Chatbot Threads
Escalate Conversation
Escalate a particular thread/conversation
POST
/
v0
/
chatbots
/
{chatbotId}
/
threads
/
{threadId}
/
escalate
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot the thread belongs to
Id of the thread that has to be escalated
Body
application/json
Request Body
Escalation prompt to be used while escalting the conversation. Usually this is the description of the follow up prompt that is configured to trigger escaltion.
Was this page helpful?