Sdílet prostřednictvím


BotChannelSettings Class

Definition

Channel settings definition.

public class BotChannelSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.BotChannelSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.BotChannelSettings>
public class BotChannelSettings
type BotChannelSettings = class
    interface IJsonModel<BotChannelSettings>
    interface IPersistableModel<BotChannelSettings>
type BotChannelSettings = class
Public Class BotChannelSettings
Implements IJsonModel(Of BotChannelSettings), IPersistableModel(Of BotChannelSettings)
Public Class BotChannelSettings
Inheritance
BotChannelSettings
Implements

Constructors

BotChannelSettings()

Initializes a new instance of BotChannelSettings.

Properties

BotIconUri

The bot icon url.

BotId

The bot id.

ChannelDisplayName

The channel display name.

ChannelId

The channel id.

DisableLocalAuth

Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.

ExtensionKey1

The extensionKey1.

ExtensionKey2

The extensionKey2.

IsEnabled

Whether this channel is enabled for the bot.

RequireTermsAgreement

Whether customer needs to agree to new terms.

Sites

The list of sites.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BotChannelSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BotChannelSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotChannelSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotChannelSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotChannelSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to