SmsChannelProperties Class

The parameters to provide for the Sms channel.

All required parameters must be populated in order to send to Azure.

Inheritance
SmsChannelProperties

Constructor

SmsChannelProperties(*, phone: str, account_sid: str, is_enabled: bool, auth_token: Optional[str] = None, is_validated: Optional[bool] = None, **kwargs)

Parameters

phone
str
Required

Required. The Sms phone.

account_sid
str
Required

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

auth_token
str
Required

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

is_validated
bool
Required

Whether this channel is validated for the bot.

is_enabled
bool
Required

Required. Whether this channel is enabled for the bot.