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

    Interface SmartConversationNotification

    interface SmartConversationNotification {
        analysis_results?: AnalysisResult;
        channel?: string;
        channel_identity?: string;
        contact_id?: string;
        conversation_id?: string;
        message_id?: string;
    }
    Index

    Properties

    analysis_results?: AnalysisResult

    AnalysisResult

    channel?: string

    ConversationChannel

    channel_identity?: string

    The channel-specific identifier for the contact.

    contact_id?: string

    The unique ID of the contact that sent the message.

    conversation_id?: string

    The ID of the conversation the app message is part of.

    message_id?: string

    The unique ID of the corresponding message.