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`.