Share via


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 absCode property: response code from ABS.

abstract CheckNameAvailabilityResponseBodyInner innerModel()

Gets the inner com.azure.resourcemanager.botservice.fluent.models.CheckNameAvailabilityResponseBodyInner object.

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:

the absCode value.

innerModel

public abstract CheckNameAvailabilityResponseBodyInner innerModel()

Gets the inner com.azure.resourcemanager.botservice.fluent.models.CheckNameAvailabilityResponseBodyInner object.

Returns:

the inner object.

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:

the message value.

valid

public abstract Boolean valid()

Gets the valid property: indicates if the bot name is valid.

Returns:

the valid value.

Applies to