SmsChannelProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters to provide for the Sms channel.
public class SmsChannelProperties
type SmsChannelProperties = class
Public Class SmsChannelProperties
- Inheritance
-
SmsChannelProperties
Constructors
SmsChannelProperties(String, String, Boolean) |
Initializes a new instance of SmsChannelProperties. |
Properties
AccountSID |
The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty. |
AuthToken |
The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty. |
IsEnabled |
Whether this channel is enabled for the bot. |
IsValidated |
Whether this channel is validated for the bot. |
Phone |
The Sms phone. |
Applies to
Azure SDK for .NET