Chatbot Personas
Add Chatbot Persona
Add a custom persona to the chatbot
POST
/
v0
/
chatbots
/
{chatbotId}
/
settings
/
personas
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
application/json
Request body
Title of the persona.
Short description about the persona.
Actual instructions that will be specified to the AI while generating the response.
Was this page helpful?