zendesk-messaging-client
    Preparing search index...

    Type Alias TextMessageReadable

    type TextMessageReadable = {
        actions?: Action[];
        blockChatInput?: boolean;
        htmlText?: HtmlText;
        payload?: string;
        text?: string;
        type: string;
    }
    Index

    Properties

    actions?: Action[]

    Array of message actions.

    blockChatInput?: boolean

    When set to true, the chat input will be disabled on supported client implementations when the message is the most recent one in the history. Can be used for guided flows or to temporarily disable the user's ability to send messages in the conversation.

    htmlText?: HtmlText
    payload?: string

    The payload of a reply button response message.

    text?: string

    The text content of the message. Required unless actions, htmlText or markdownText is provided.

    type: string

    The type of message.