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

    Interface CreateConversationRequestData

    interface CreateConversationRequestData {
        createConversationRequestBody: CreateConversationRequest;
    }
    Index

    Properties

    createConversationRequestBody: CreateConversationRequest

    The conversation to create. ID will be generated for the conversation and any ID in the given conversation will be ignored.