Uses of Class
com.azure.resourcemanager.botservice.models.TelephonyChannelProperties
Packages that use TelephonyChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of TelephonyChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return TelephonyChannelPropertiesModifier and TypeMethodDescriptionstatic TelephonyChannelPropertiesTelephonyChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TelephonyChannelProperties from the JsonReader.TelephonyChannel.properties()Get the properties property: The set of properties specific to Telephony channel resource.TelephonyChannelProperties.withApiConfigurations(List<TelephonyChannelResourceApiConfiguration> apiConfigurations) Set the apiConfigurations property: The list of Telephony api configuration.TelephonyChannelProperties.withCognitiveServiceRegion(String cognitiveServiceRegion) Set the cognitiveServiceRegion property: The extensionKey2.TelephonyChannelProperties.withCognitiveServiceSubscriptionKey(String cognitiveServiceSubscriptionKey) Set the cognitiveServiceSubscriptionKey property: The extensionKey1.TelephonyChannelProperties.withDefaultLocale(String defaultLocale) Set the defaultLocale property: The default locale of the channel.TelephonyChannelProperties.withIsEnabled(Boolean isEnabled) Set the isEnabled property: Whether the channel is enabled.TelephonyChannelProperties.withPhoneNumbers(List<TelephonyPhoneNumbers> phoneNumbers) Set the phoneNumbers property: The list of Telephony phone numbers.TelephonyChannelProperties.withPremiumSku(String premiumSku) Set the premiumSku property: The premium SKU applied to the channel.Methods in com.azure.resourcemanager.botservice.models with parameters of type TelephonyChannelPropertiesModifier and TypeMethodDescriptionTelephonyChannel.withProperties(TelephonyChannelProperties properties) Set the properties property: The set of properties specific to Telephony channel resource.