다음을 통해 공유


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>
public class BotServiceHostSettingsResult
type BotServiceHostSettingsResult = class
    interface IJsonModel<BotServiceHostSettingsResult>
    interface IPersistableModel<BotServiceHostSettingsResult>
type BotServiceHostSettingsResult = class
Public Class BotServiceHostSettingsResult
Implements IJsonModel(Of BotServiceHostSettingsResult), IPersistableModel(Of BotServiceHostSettingsResult)
Public Class BotServiceHostSettingsResult
Inheritance
BotServiceHostSettingsResult
Implements

Properties

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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