Interface CheckNameAvailabilityResponseBody


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

      • 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

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