Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface UnsupportedCallback

    interface UnsupportedCallback {
        channel?: string;
        channel_identity?: ChannelIdentity;
        contact_id?: string;
        conversation_id?: string;
        id?: string;
        payload?: string;
        processing_mode?: string;
    }
    Index

    Properties

    channel?: string

    ConversationChannel

    channel_identity?: ChannelIdentity

    ChannelIdentity

    contact_id?: string

    The ID of the contact. This field is blank if not supported.

    conversation_id?: string

    The ID of the conversation this message is part of. This field is blank if not supported.

    id?: string

    The message ID.

    payload?: string

    Normally a JSON payload as sent by the channel.

    processing_mode?: string

    ProcessingMode