Conversation
What is a Conversation and how it works?
Before starting an interaction with your Assistant, it is necessary to create a Conversation.
The idea is that you can exchange any number of Messages within the same Conversation.
This way, your Assistant will be able to maintain context throughout the conversation.
Create Conversation
POST https://backend.az.misterturing.com/v4.0/assistant/conversation/
Request Body
Name
Type
Description
assistant_id*
string
Assistant external_id
{
"assistant_id": "ASSISTANT_EXTERNAL_ID"
}List All Conversations
GET https://backend.az.misterturing.com/v4.0/assistant/conversation/
Request Param
Name
Type
Description
page*
int
Page of pagination
items_per_page*
int
type*
string
all, assistant, whatsapp, chat ( workstation )
query_conversations
string
Find conversations based in a text.
start_date*
string
2024-11-19
end_date*
string
2024-12-30
Last updated