Bots
Bots API
📄️ Lists bots
Lists all bots the user has access to via OData
📄️ Create bot
Creates a new empty bot. You need the `Creator` role to call this api.
📄️ Lists bots collections
Lists the collections the bot has access to based on the configured skills and user's permissions.
📄️ Get bot
Gets a specific bot by its `id`. You need to be a `Contributor` to call this api.
📄️ Delete bot
Delete the bot specified by its `id`. You need the `Creator` role or be the creator to call this api.
📄️ Get basic info bot
Gets a specific bot by its `id`.
📄️ Publish bot
Publish the bot specified by its `id`. You need to be a `Contributor` to call this api.
📄️ Retire bot
Retire a previously published bot by specifying its `id`. You need to be a `Contributor` to call this api.
📄️ Ask bot
Ask a question to your bot passing the <b>BotId</b> and optionally a `ConversationID` to continue the same conversation.
📄️ Save conversation
Save a bot conversation to your personal collection if the app has it enabled. You must specify the `botId` and the `conversationId`.
📄️ Get conversation
Get a bot conversation from your personal collection if the app has it enabled. You must specify the `botId` and the `conversationId`.
📄️ Clear conversation
Restart a bot conversation. You must specify the `botId` and the `conversationId`.