Uses of Class
com.azure.resourcemanager.botservice.models.CheckNameAvailabilityRequestBody
Packages that use CheckNameAvailabilityRequestBody
Package
Description
Package containing the service clients for AzureBotService.
Package containing the data models for AzureBotService.
-
Uses of CheckNameAvailabilityRequestBody in com.azure.resourcemanager.botservice.fluent
Methods in com.azure.resourcemanager.botservice.fluent with parameters of type CheckNameAvailabilityRequestBodyModifier and TypeMethodDescriptionBotsClient.getCheckNameAvailability(CheckNameAvailabilityRequestBody parameters) Check whether a bot name is available.com.azure.core.http.rest.Response<CheckNameAvailabilityResponseBodyInner> BotsClient.getCheckNameAvailabilityWithResponse(CheckNameAvailabilityRequestBody parameters, com.azure.core.util.Context context) Check whether a bot name is available. -
Uses of CheckNameAvailabilityRequestBody in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return CheckNameAvailabilityRequestBodyModifier and TypeMethodDescriptionCheckNameAvailabilityRequestBody.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CheckNameAvailabilityRequestBody from the JsonReader.Set the name property: the name of the bot for which availability needs to be checked.Set the type property: the type of the bot for which availability needs to be checked.Methods in com.azure.resourcemanager.botservice.models with parameters of type CheckNameAvailabilityRequestBodyModifier and TypeMethodDescriptionBots.getCheckNameAvailability(CheckNameAvailabilityRequestBody parameters) Check whether a bot name is available.com.azure.core.http.rest.Response<CheckNameAvailabilityResponseBody> Bots.getCheckNameAvailabilityWithResponse(CheckNameAvailabilityRequestBody parameters, com.azure.core.util.Context context) Check whether a bot name is available.