bots_check_name_availabilities
Creates, updates, deletes, gets or lists a bots_check_name_availabilities
resource.
Overview
Name | bots_check_name_availabilities |
Type | Resource |
Id | azure.bot_service.bots_check_name_availabilities |
Fields
Name | Datatype | Description |
---|---|---|
absCode | string | response code from ABS |
message | string | additional message from the bot management api showing why a bot name is not available |
valid | boolean | indicates if the bot name is valid. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT |
| Check whether a bot name is available. |
SELECT
examples
Check whether a bot name is available.
SELECT
absCode,
message,
valid
FROM azure.bot_service.bots_check_name_availabilities
;