TelephonyPhoneNumbersArgs

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
val acsEndpoint: Output<String>? = null

The endpoint of ACS.

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

The resource id of ACS.

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

The secret of ACS.

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

The service region of cognitive service.

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

The resource id of cognitive service.

Link copied to clipboard

The subscription key of cognitive service.

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

The default locale of the phone number.

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

The element id.

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

Optional Property that will determine the offering type of the phone.

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

The phone number.

Functions

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