Creates a new chatbot.
curl --request POST \ --url http://127.0.0.1:47334/api/projects/{projectName}/chatbots \ --header 'Content-Type: application/json' \ --data '{ "chatbot": { "name": "<string>", "database": "<string>", "agent": "<string>" } }'
{ "name": "<string>", "database": "<string>", "agent": "<string>" }
The name of the project where agent resides
Show child attributes
Connection to a chat app like Slack or MS Teams
Agent object created beforehand