@webitel/api-services
    Preparing search index...
    interface WebitelChatServerStartConversationResponse {
        channelId?: string;
        conversationId?: string;
        message?: WebitelChatServerMessage;
    }
    Index

    Properties

    channelId?: string
    conversationId?: string