Поделиться через


ExportedConversationOrchestrationDetails Class

Definition

Represents the orchestration options for a Conversational project target.

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

Constructors

ExportedConversationOrchestrationDetails(ExportedConversationOrchestration)

Initializes a new instance of ExportedConversationOrchestrationDetails.

Properties

ConversationOrchestration

The Conversational project target details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedConversationOrchestrationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedConversationOrchestrationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ExportedOrchestrationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExportedOrchestrationDetails)
IPersistableModel<ExportedConversationOrchestrationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedConversationOrchestrationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedConversationOrchestrationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ExportedOrchestrationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ExportedOrchestrationDetails)

Applies to