Share via


ISmsChannelProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.SmsChannelPropertiesTypeConverter))]
public interface ISmsChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.SmsChannelPropertiesTypeConverter))>]
type ISmsChannelProperties = interface
    interface IJsonSerializable
Public Interface ISmsChannelProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to