zendesk-messaging-client
    Preparing search index...

    Type Alias FormResponseMessageReadable

    A formResponse type message is a response to a form type message. formResponse type messages are only supported as responses to form messages on Web Messenger and cannot be sent via the API.

    type FormResponseMessageReadable = {
        fields: FormResponseMessageFieldReadable[];
        textFallback?: string;
        type: string;
    }
    Index

    Properties

    Array of field objects that contain the submitted fields.

    textFallback?: string

    A string containing the label: value of all fields, each separated by a newline character.

    type: string

    The type of message.