Conversation
Save Chatbot Conversation
Save a chatbot conversation.
POST
/
v1
/
conversation
Authorizations
Body
application/json
The chatbot's id to associate the conversation with.
An array of messages to save in the conversation.
The conversation's id. If not defined, a new conversation will be created.
The conversation's override flag. If true, the conversation will be overridden. If false, the conversation will be appended to the existing conversation. Will default to true.
Response
200 - application/json
The conversation id.
The user id associated to the conversation.
The chatbot id associated to the conversation .
The created date of the conversation. Unix timestamp in milliseconds.
The array of messages for the conversation.
The conversation's source.