Manage Chatbot
Since Chatbot has been created which is able employ following API for further operation
Function | Description | API Link |
---|---|---|
Get Chatbot status | To query status and detail content Which can also view detail of model setting,chatbot appearance,control configuration | GET bv/aisk/v1/chatbots/{id} |
Update Chatbot | To update Knowledge Base content | PUT bv/aisk/v1/chatbots/{chatbot.id} |
Delete Chatbot | To delete Knowledge Base If Chatbot had linked to deleted Knowledge Base will become unavailable | DELETE bv/aisk/v1/chatbots/{id} |
List Knowledge Base | To list all Knowledge Base which has been bundled with the Chatbot | GET bv/aisk/v1/chatbots/{id}/knowledge-bases |
Delete Chatbot knowledge base | To delete knowledge base underneath the chatbot | DELETE bv/aisk/v1/chatbots/{id}/knowledge-bases/{knowledge_base_id} |
Query chatbot | To query chatbot resource | GET bv/aisk/v1/chatbots |