azure.com

Azure Bot Service is a platform for creating smart conversational agents.

🔑 oauth2 27 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all the available BotService operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.BotService/operations
Returns all the resources of a particular type belonging to a subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.BotService/botServices
Returns all the resources of a particular type belonging to a resource group
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices
Endpoints (27 total)
GET
/providers/Microsoft.BotService/operations
Lists all the available BotService operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.BotService/botServices
Returns all the resources of a particular type belonging to a subscription.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices
Returns all the resources of a particular type belonging to a resource group
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels
Returns all the resources of a particular type belonging to a resource group.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}
Returns a BotService specified by the parameters.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/enterpriseChannels/{resourceName}
Returns an Enterprise Channel specified by the parameters.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels
Returns all the Channel registrations of a particular BotService resource
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections
Returns all the Connection Settings registered to a particular BotService res…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}
Returns a BotService Channel registration specified by the parameters.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/Connections/{connectionName}
Get a Connection Setting registration for a Bot Service
POST
/providers/Microsoft.BotService/checkNameAvailability
Check whether a bot name is available.
POST
/providers/Microsoft.BotService/checkEnterpriseChannelNameAvailability
Check whether an Enterprise Channel name is available.
At a glance
Total SDKs9
Languages8
Endpoints27
Authoauth2
Categories1