VoiceReceiverResponse

data class VoiceReceiverResponse(val countryCode: String, val name: String, val phoneNumber: String)

A voice receiver.

Constructors

Link copied to clipboard
constructor(countryCode: String, name: String, phoneNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The country code of the voice receiver.

Link copied to clipboard

The name of the voice receiver. Names must be unique across all receivers within an action group.

Link copied to clipboard

The phone number of the voice receiver.