SmsChannelPropertiesResponse

data class SmsChannelPropertiesResponse(val accountSID: String, val authToken: String? = null, val isEnabled: Boolean, val isValidated: Boolean? = null, val phone: String)

The parameters to provide for the Sms channel.

Constructors

Link copied to clipboard
constructor(accountSID: String, authToken: String? = null, isEnabled: Boolean, isValidated: Boolean? = null, phone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.

Link copied to clipboard
val authToken: String? = null

The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.

Link copied to clipboard

Whether this channel is enabled for the bot

Link copied to clipboard
val isValidated: Boolean? = null

Whether this channel is validated for the bot

Link copied to clipboard

The Sms phone