![JAR search and dependency download from the Maven repository](/logo.png)
com.azure.resourcemanager.botservice.models.CheckNameAvailabilityResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-botservice Show documentation
Show all versions of azure-resourcemanager-botservice Show documentation
This package contains Microsoft Azure SDK for BotService Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Bot Service is a platform for creating smart conversational agents. Package tag package-preview-2021-05.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.botservice.models;
import com.azure.resourcemanager.botservice.fluent.models.CheckNameAvailabilityResponseBodyInner;
/** An immutable client-side representation of CheckNameAvailabilityResponseBody. */
public interface CheckNameAvailabilityResponseBody {
/**
* Gets the valid property: indicates if the bot name is valid.
*
* @return the valid value.
*/
Boolean valid();
/**
* Gets the message property: additional message from the bot management api showing why a bot name is not
* available.
*
* @return the message value.
*/
String message();
/**
* Gets the inner com.azure.resourcemanager.botservice.fluent.models.CheckNameAvailabilityResponseBodyInner object.
*
* @return the inner object.
*/
CheckNameAvailabilityResponseBodyInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy