Skip to main content

bots_check_name_availabilities

Creates, updates, deletes, gets or lists a bots_check_name_availabilities resource.

Overview

Namebots_check_name_availabilities
TypeResource
Idazure.bot_service.bots_check_name_availabilities

Fields

NameDatatypeDescription
absCodestringresponse code from ABS
messagestringadditional message from the bot management api showing why a bot name is not available
validbooleanindicates if the bot name is valid.

Methods

NameAccessible byRequired ParamsDescription
getSELECTCheck 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
;