Chatbots
Create a new chatbot
Creates a new chatbot with training data from text
post/create-chatbot
Request body
Example request
{
"chatbotName": "Customer Support Bot",
"sourceText": "Welcome to our company..."
}Response
Chatbot created successfully
Example response
{
"chatbotId": "ckl123abc456"
}