Create conversation
All API requests should contain authorization headers.
Request
Request body
The body of the request should contain the following model serialized to JSON.
Field
Type
Comment
categoryId
nullable integer
Conversation category id. Optional
isBotEnabled
boolean
If true
, a bot will be assigned to the conversation at the start. Default value is false
sentiment
nullable Sentiment enumeration
Conversation sentiment. Optional, if left unset, it will to the value question
title
string
Conversation title. Optional
url
string
The URL where the conversation took place. Optional
Response
Data
field has type of Conversation object.
Last updated