Share via


BotServiceProviderProperties Class

Definition

The Object used to describe a Service Provider supported by Bot Service.

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

Constructors

Name Description
BotServiceProviderProperties()

Initializes a new instance of BotServiceProviderProperties.

Properties

Name Description
DevPortalUri

URL of Dev Portal.

DisplayName

Display Name of the Service Provider.

IconUri

The URL of icon.

Id

Id for Service Provider.

Parameters

The list of parameters for the Service Provider.

ServiceProviderName

Name of the Service Provider.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BotServiceProviderProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BotServiceProviderProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotServiceProviderProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotServiceProviderProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotServiceProviderProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to