Share via


BotChannelProperties Class

Definition

Channel definition Please note BotChannelProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AcsChatChannel, AlexaChannel, DirectLineChannel, DirectLineSpeechChannel, EmailChannel, FacebookChannel, KikChannel, LineChannel, M365Extensions, MsTeamsChannel, Omnichannel, OutlookChannel, SearchAssistant, SkypeChannel, SlackChannel, SmsChannel, TelegramChannel, TelephonyChannel and WebChatChannel.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.BotService.Models.UnknownChannel))]
public abstract class BotChannelProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.BotChannelProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.BotChannelProperties>
public abstract class BotChannelProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.BotService.Models.UnknownChannel))>]
type BotChannelProperties = class
    interface IJsonModel<BotChannelProperties>
    interface IPersistableModel<BotChannelProperties>
type BotChannelProperties = class
Public MustInherit Class BotChannelProperties
Implements IJsonModel(Of BotChannelProperties), IPersistableModel(Of BotChannelProperties)
Public MustInherit Class BotChannelProperties
Inheritance
BotChannelProperties
Derived
Attributes
Implements

Constructors

BotChannelProperties()

Initializes a new instance of BotChannelProperties.

Properties

ETag

Entity Tag of the resource.

Location

Specifies the ___location of the resource.

ProvisioningState

Provisioning state of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BotChannelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BotChannelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotChannelProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotChannelProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BotChannelProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to