BotChannelProperties 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.
Channel definition Please note this is the abstract base class. The derived classes available for instantiation are: AlexaChannel, FacebookChannel, EmailChannel, OutlookChannel, MsTeamsChannel, SkypeChannel, KikChannel, WebChatChannel, DirectLineChannel, TelegramChannel, SmsChannel, SlackChannel, LineChannel, DirectLineSpeechChannel, Omnichannel, TelephonyChannel, AcsChatChannel, SearchAssistant, and M365Extensions.
[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>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.BotService.Models.UnknownChannel))>]
type BotChannelProperties = class
interface IJsonModel<BotChannelProperties>
interface IPersistableModel<BotChannelProperties>
Public MustInherit Class BotChannelProperties
Implements IJsonModel(Of BotChannelProperties), IPersistableModel(Of BotChannelProperties)
- Inheritance
-
BotChannelProperties
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BotChannelProperties() |
Initializes a new instance of BotChannelProperties for deserialization. |
Properties
| Name | Description |
|---|---|
| ETag |
Entity Tag of the resource. |
| Location |
Specifies the location of the resource. |
| ProvisioningState |
Provisioning state of the resource. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |