你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

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

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