Gets info about an existing chatbot.
curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/chatbots/{chatbotName}
{ "name": "<string>", "database": "<string>", "agent": "<string>" }
The name of the project where agent resides
Name of existing chatbot
Connection to a chat app like Slack or MS Teams
Agent object created beforehand