Telephony Phone Numbers Args
data class TelephonyPhoneNumbersArgs(val acsEndpoint: Output<String>? = null, val acsResourceId: Output<String>? = null, val acsSecret: Output<String>? = null, val cognitiveServiceRegion: Output<String>? = null, val cognitiveServiceResourceId: Output<String>? = null, val cognitiveServiceSubscriptionKey: Output<String>? = null, val defaultLocale: Output<String>? = null, val id: Output<String>? = null, val offerType: Output<String>? = null, val phoneNumber: Output<String>? = null) : ConvertibleToJava<TelephonyPhoneNumbersArgs>
A telephone number for the Telephony channel
Constructors
Link copied to clipboard
fun TelephonyPhoneNumbersArgs(acsEndpoint: Output<String>? = null, acsResourceId: Output<String>? = null, acsSecret: Output<String>? = null, cognitiveServiceRegion: Output<String>? = null, cognitiveServiceResourceId: Output<String>? = null, cognitiveServiceSubscriptionKey: Output<String>? = null, defaultLocale: Output<String>? = null, id: Output<String>? = null, offerType: Output<String>? = null, phoneNumber: Output<String>? = null)