zendesk-messaging-client
    Preparing search index...

    Type Alias FormResponseMessageWritable

    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 FormResponseMessageWritable = {
        fields: FormResponseMessageFieldWritable[];
        type: string;
    }
    Index

    Properties

    Properties

    Array of field objects that contain the submitted fields.

    type: string

    The type of message.