zendesk-messaging-client
    Preparing search index...

    Type Alias AppleMessageOverridePayload

    The exact payload to send to the channel.

    type AppleMessageOverridePayload = {
        payload?: { [key: string]: unknown };
        withCapabilities?: ("LIST" | "TIME" | "FORM" | "QUICK" | "AUTH2")[];
    }
    Index

    Properties

    payload?: { [key: string]: unknown }
    withCapabilities?: ("LIST" | "TIME" | "FORM" | "QUICK" | "AUTH2")[]

    List of capabilities needed for the override message to be received by the end user.

    LIST : for list picker; TIME : for time picker; FORM : for form; QUICK : for quick reply; AUTH2 : for authentication