SmsChannelPropertiesArgs

data class SmsChannelPropertiesArgs(val accountSID: Output<String>, val authToken: Output<String>? = null, val isEnabled: Output<Boolean>, val isValidated: Output<Boolean>? = null, val phone: Output<String>) : ConvertibleToJava<SmsChannelPropertiesArgs>

The parameters to provide for the Sms channel.

Constructors

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

Properties

Link copied to clipboard
val accountSID: Output<String>

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

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

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

Link copied to clipboard
val isEnabled: Output<Boolean>

Whether this channel is enabled for the bot

Link copied to clipboard
val isValidated: Output<Boolean>? = null

Whether this channel is validated for the bot

Link copied to clipboard
val phone: Output<String>

The Sms phone

Functions

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