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