Share via


BotConnectionSettingParameter Class

Definition

Extra Parameter in a Connection Setting Properties to indicate service provider specific properties.

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

Constructors

BotConnectionSettingParameter()

Initializes a new instance of BotConnectionSettingParameter.

Properties

Key

Key for the Connection Setting Parameter.

Value

Value associated with the Connection Setting Parameter.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BotConnectionSettingParameter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BotConnectionSettingParameter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotConnectionSettingParameter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotConnectionSettingParameter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotConnectionSettingParameter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to