@webitel/api-services
Preparing search index...
_models/webitelChatServerStartConversationResponse.zod
WebitelChatServerStartConversationResponse
Interface WebitelChatServerStartConversationResponse
interface
WebitelChatServerStartConversationResponse
{
channelId
?:
string
;
conversationId
?:
string
;
message
?:
WebitelChatServerMessage
;
}
Index
Properties
channel
Id?
conversation
Id?
message?
Properties
Optional
channel
Id
channelId
?:
string
Optional
conversation
Id
conversationId
?:
string
Optional
message
message
?:
WebitelChatServerMessage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Id
conversation
Id
message
@webitel/api-services
Loading...