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
constructor(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)
Properties
Link copied to clipboard
The endpoint of ACS.
Link copied to clipboard
The resource id of ACS.
Link copied to clipboard
The service region of cognitive service.
Link copied to clipboard
The resource id of cognitive service.
Link copied to clipboard
The subscription key of cognitive service.
Link copied to clipboard
The default locale of the phone number.
Link copied to clipboard
The phone number.