zendesk-messaging-client
    Preparing search index...

    Type Alias FormMessageWritable

    A form type message without text or actions. Only supported in the Web SDK.

    type FormMessageWritable = {
        blockChatInput?: boolean;
        fields: FormMessageField[];
        type: string;
    }
    Index

    Properties

    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..

    An array of objects representing fields associated with the message. Only present in form and formResponse messages.

    type: string

    The type of message.