CheckNameAvailabilityResponseBody interface
The response body returned for a request to Bot Service Management to check availability of a bot name.
Properties
abs |
response code from ABS |
message | additional message from the bot management api showing why a bot name is not available |
valid | indicates if the bot name is valid. |
Property Details
absCode
response code from ABS
absCode?: string
Property Value
string
message
additional message from the bot management api showing why a bot name is not available
message?: string
Property Value
string
valid
indicates if the bot name is valid.
valid?: boolean
Property Value
boolean