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

    Interface EventInboundContactEvent

    interface EventInboundContactEvent {
        accept_time?: Date;
        channel_identity?: ChannelIdentity;
        contact_event: ContactEvent;
        contact_id?: string;
        contact_message_event?: never;
        conversation_id?: string;
        direction?: "TO_APP";
        id?: string;
        processing_mode?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accept_time?: Date

    Timestamp marking when the channel callback was received by the Conversation API.

    channel_identity?: ChannelIdentity

    ChannelIdentity

    contact_event: ContactEvent

    ContactEvent

    contact_id?: string

    The ID of the contact. Will be empty if processing_mode is DISPATCH.

    contact_message_event?: never
    conversation_id?: string

    The ID of the conversation this event is part of. Will be empty if processing_mode is DISPATCH.

    direction?: "TO_APP"

    The direction of the event. It's always TO_APP for contact events.

    id?: string

    The event ID.

    processing_mode?: string

    ProcessingMode