Sdílet prostřednictvím


BotServiceProviderParameter Class

Definition

Extra Parameters specific to each Service Provider.

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

Properties

Default

Default Name for the Service Provider.

Description

Description of the Service Provider.

DisplayName

Display Name of the Service Provider.

HelpUri

Help Url for the Service Provider.

IsRequired

Whether required the constraints of the bot meta data.

Name

Name of the Service Provider.

ServiceProviderParameterType

Type of the Service Provider.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BotServiceProviderParameter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BotServiceProviderParameter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotServiceProviderParameter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotServiceProviderParameter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotServiceProviderParameter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to