Condividi tramite


BotServiceHostSettingsResult Class

Definition

The response body returned for a request to Bot Service Management to check per subscription hostSettings.

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

Properties

Name Description
BotOpenIdMetadata

Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12.

OAuthUri

For in-conversation bot user authentication.

ToBotFromChannelOpenIdMetadataUri

For verifying incoming tokens from the channels.

ToBotFromChannelTokenIssuer

For verifying incoming tokens from the channels.

ToBotFromEmulatorOpenIdMetadataUri

For verifying incoming tokens from bot emulator.

ToChannelFromBotLoginUri

For getting access token to channels from bot host.

ToChannelFromBotOAuthScope

For getting access token to channels from bot host.

ValidateAuthority

Per cloud OAuth setting on whether authority is validated.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<BotServiceHostSettingsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BotServiceHostSettingsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BotServiceHostSettingsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BotServiceHostSettingsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to