TelephonyChannelPropertiesArgs

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
constructor(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)

Properties

Link copied to clipboard

The list of Telephony api configuration

Link copied to clipboard
val cognitiveServiceRegion: Output<String>? = null

The extensionKey2

Link copied to clipboard

The extensionKey1

Link copied to clipboard
val defaultLocale: Output<String>? = null

The default locale of the channel

Link copied to clipboard
val isEnabled: Output<Boolean>? = null

Whether the channel is enabled

Link copied to clipboard

The list of Telephony phone numbers

Link copied to clipboard
val premiumSKU: Output<String>? = null

The premium SKU applied to the channel

Functions

Link copied to clipboard
open override fun toJava(): TelephonyChannelPropertiesArgs