SmsChannelProperties interface
The parameters to provide for the Sms channel.
Properties
accountSID | The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty. |
auth |
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty. |
is |
Whether this channel is enabled for the bot |
is |
Whether this channel is validated for the bot |
phone | The Sms phone |
Property Details
accountSID
The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.
accountSID: string
Property Value
string
authToken
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.
authToken?: string
Property Value
string
isEnabled
Whether this channel is enabled for the bot
isEnabled: boolean
Property Value
boolean
isValidated
Whether this channel is validated for the bot
isValidated?: boolean
Property Value
boolean
phone
The Sms phone
phone: string
Property Value
string