Interface CheckNameAvailabilityResponseBody


public interface CheckNameAvailabilityResponseBody
An immutable client-side representation of CheckNameAvailabilityResponseBody.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.botservice.fluent.models.CheckNameAvailabilityResponseBodyInner object.
    Gets the message property: additional message from the bot management api showing why a bot name is not available.
    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.
    • innerModel

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