zendesk-messaging-client
    Preparing search index...

    Type Alias SwitchboardAcceptControl

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

    switchboard:acceptControl

    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. Will include an activeSwitchboardIntegration representing the integration that has just accepted control.

      • Optionalmetadata?: Metadata