Interface CheckNameAvailabilityResponseBody
public interface CheckNameAvailabilityResponseBody
An immutable client-side representation of CheckNameAvailabilityResponseBody.
-
Method Summary
Modifier and TypeMethodDescriptionabsCode()Gets the absCode property: response code from ABS.Gets the inner com.azure.resourcemanager.botservice.fluent.models.CheckNameAvailabilityResponseBodyInner object.message()Gets the message property: additional message from the bot management api showing why a bot name is not available.valid()Gets the valid property: indicates if the bot name is valid.
-
Method Details
-
valid
Boolean valid()Gets the valid property: indicates if the bot name is valid.- Returns:
- the valid value.
-
message
String message()Gets the message property: additional message from the bot management api showing why a bot name is not available.- Returns:
- the message value.
-
absCode
String absCode()Gets the absCode property: response code from ABS.- Returns:
- the absCode value.
-
innerModel
CheckNameAvailabilityResponseBodyInner innerModel()Gets the inner com.azure.resourcemanager.botservice.fluent.models.CheckNameAvailabilityResponseBodyInner object.- Returns:
- the inner object.
-