Megosztás a következőn keresztül:


ConversationConfig Class

Definition

This is a set of request parameters for Customized Conversation projects.

public class ConversationConfig : Azure.AI.Language.Conversations.Models.AnalysisConfig, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.ConversationConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.ConversationConfig>
type ConversationConfig = class
    inherit AnalysisConfig
    interface IJsonModel<ConversationConfig>
    interface IPersistableModel<ConversationConfig>
Public Class ConversationConfig
Inherits AnalysisConfig
Implements IJsonModel(Of ConversationConfig), IPersistableModel(Of ConversationConfig)
Inheritance
ConversationConfig
Implements

Constructors

ConversationConfig()

Initializes a new instance of ConversationConfig.

Properties

ApiVersion

The API version to use when call a specific target service.

(Inherited from AnalysisConfig)
CallingOptions

The option to set to call a Conversation project.

Explicit Interface Implementations

IJsonModel<AnalysisConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AnalysisConfig)
IJsonModel<AnalysisConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalysisConfig)
IJsonModel<ConversationConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalysisConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AnalysisConfig)
IPersistableModel<AnalysisConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AnalysisConfig)
IPersistableModel<AnalysisConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AnalysisConfig)
IPersistableModel<ConversationConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to