All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.botservice.models.CheckNameAvailabilityResponseBody Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.0.0
Show newest version
// 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