Uses of Class
com.azure.resourcemanager.botservice.models.TelephonyChannelResourceApiConfiguration
Packages that use TelephonyChannelResourceApiConfiguration
Package
Description
Package containing the data models for AzureBotService.
-
Uses of TelephonyChannelResourceApiConfiguration in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return TelephonyChannelResourceApiConfigurationModifier and TypeMethodDescriptionTelephonyChannelResourceApiConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TelephonyChannelResourceApiConfiguration from the JsonReader.TelephonyChannelResourceApiConfiguration.withCognitiveServiceRegion(String cognitiveServiceRegion) Set the cognitiveServiceRegion property: The cognitive service region.TelephonyChannelResourceApiConfiguration.withCognitiveServiceResourceId(String cognitiveServiceResourceId) Set the cognitiveServiceResourceId property: The cognitive service resourceId.TelephonyChannelResourceApiConfiguration.withCognitiveServiceSubscriptionKey(String cognitiveServiceSubscriptionKey) Set the cognitiveServiceSubscriptionKey property: The cognitive service subscription key.TelephonyChannelResourceApiConfiguration.withDefaultLocale(String defaultLocale) Set the defaultLocale property: The default locale.Set the id property: The id of config.TelephonyChannelResourceApiConfiguration.withProviderName(String providerName) Set the providerName property: The provider name.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type TelephonyChannelResourceApiConfigurationModifier and TypeMethodDescriptionTelephonyChannelProperties.apiConfigurations()Get the apiConfigurations property: The list of Telephony api configuration.Method parameters in com.azure.resourcemanager.botservice.models with type arguments of type TelephonyChannelResourceApiConfigurationModifier and TypeMethodDescriptionTelephonyChannelProperties.withApiConfigurations(List<TelephonyChannelResourceApiConfiguration> apiConfigurations) Set the apiConfigurations property: The list of Telephony api configuration.