zendesk-messaging-client
    Preparing search index...

    Type Alias SwitchboardOfferControl

    SwitchboardOfferControl: EventSubSchema & {
        payload?: { conversation?: ConversationTruncated; metadata?: Metadata };
    }

    switchboard:offerControl

    Type declaration

    • Optionalpayload?: { conversation?: ConversationTruncated; metadata?: Metadata }

      The payload of the event. The contents of this object depend on the type of event.

      • Optionalconversation?: ConversationTruncated

        The conversation from which the switchboard event was fired. On success, the payload will include an activeSwitchboardIntegration, representing the integration from which control is being offered, and a pendingSwitchboardIntegration, representing the integration being offered control.

      • Optionalmetadata?: Metadata