zendesk-messaging-client
    Preparing search index...

    Type Alias ConversationTruncated

    type ConversationTruncated = {
        activeSwitchboardIntegration?: SwitchboardIntegrationWebhook | null;
        id?: string;
        metadata?: Metadata;
        pendingSwitchboardIntegration?: SwitchboardIntegrationWebhook | null;
        type?: ConversationType;
    }
    Index

    Properties

    activeSwitchboardIntegration?: SwitchboardIntegrationWebhook | null

    The current switchboard integration that is in control of the conversation. This field is omitted if no activeSwitchboardIntegration exists for the conversation.

    id?: string

    The unique ID of the conversation.

    metadata?: Metadata
    pendingSwitchboardIntegration?: SwitchboardIntegrationWebhook | null

    The switchboard integration that is awaiting control. This field is omitted if no switchboard integration has been previously offered control.