Telephony Phone Numbers Response
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
fun TelephonyPhoneNumbersResponse(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)