Telephony Channel Properties Args
data class TelephonyChannelPropertiesArgs(val apiConfigurations: Output<List<TelephonyChannelResourceApiConfigurationArgs>>? = null, val cognitiveServiceRegion: Output<String>? = null, val cognitiveServiceSubscriptionKey: Output<String>? = null, val defaultLocale: Output<String>? = null, val isEnabled: Output<Boolean>? = null, val phoneNumbers: Output<List<TelephonyPhoneNumbersArgs>>? = null, val premiumSKU: Output<String>? = null) : ConvertibleToJava<TelephonyChannelPropertiesArgs>
The parameters to provide for the Direct Line channel.
Constructors
Link copied to clipboard
fun TelephonyChannelPropertiesArgs(apiConfigurations: Output<List<TelephonyChannelResourceApiConfigurationArgs>>? = null, cognitiveServiceRegion: Output<String>? = null, cognitiveServiceSubscriptionKey: Output<String>? = null, defaultLocale: Output<String>? = null, isEnabled: Output<Boolean>? = null, phoneNumbers: Output<List<TelephonyPhoneNumbersArgs>>? = null, premiumSKU: Output<String>? = null)