Interface LiveChatCreatorAnswersQuestionsRenderer

interface LiveChatCreatorAnswersQuestionsRenderer {
    collapsedStateEntityKey: string;
    icon: Icon;
    questionLabelText: QuestionLabelText;
    questionText: QuestionText;
}

Properties

collapsedStateEntityKey: string
icon: Icon
questionLabelText: QuestionLabelText
questionText: QuestionText