TelephonyPhoneNumbersResponse

data class TelephonyPhoneNumbersResponse(val acsEndpoint: String? = null, val acsResourceId: String? = null, val acsSecret: String? = null, val cognitiveServiceRegion: String? = null, val cognitiveServiceResourceId: String? = null, val cognitiveServiceSubscriptionKey: String? = null, val defaultLocale: String? = null, val id: String? = null, val offerType: String? = null, val phoneNumber: String? = null)

A telephone number for the Telephony channel

Constructors

Link copied to clipboard
constructor(acsEndpoint: String? = null, acsResourceId: String? = null, acsSecret: String? = null, cognitiveServiceRegion: String? = null, cognitiveServiceResourceId: String? = null, cognitiveServiceSubscriptionKey: String? = null, defaultLocale: String? = null, id: String? = null, offerType: String? = null, phoneNumber: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acsEndpoint: String? = null

The endpoint of ACS.

Link copied to clipboard
val acsResourceId: String? = null

The resource id of ACS.

Link copied to clipboard
val acsSecret: String? = null

The secret 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
val defaultLocale: String? = null

The default locale of the phone number.

Link copied to clipboard
val id: String? = null

The element id.

Link copied to clipboard
val offerType: String? = null

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

Link copied to clipboard
val phoneNumber: String? = null

The phone number.