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

    Interface UpdateConversationRequestData

    interface UpdateConversationRequestData {
        conversation_id: string;
        metadata_update_strategy?: string;
        update_mask?: string[];
        updateConversationRequestBody: Conversation.Conversation;
    }
    Index

    Properties

    conversation_id: string

    The unique ID of the conversation. This is generated by the system.

    metadata_update_strategy?: string

    Update strategy for the conversation_metadata field.

    update_mask?: string[]

    The set of field mask paths.

    updateConversationRequestBody: Conversation.Conversation

    The updated conversation.