Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface AlimtalkTemplateComment

    알림톡 템플릿 문의 정보

    interface AlimtalkTemplateComment {
        commentId: string;
        comment: string;
        status: string;
        answer?: string;
        createDate: string;
        updateDate?: string;
    }
    Index

    Properties

    commentId: string

    문의 ID

    comment: string

    문의 내용

    status: string

    답변 상태

    answer?: string

    답변 내용

    createDate: string

    생성일

    updateDate?: string

    수정일