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