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


ExportedConversationOrchestration Class

Definition

Defines the orchestration details for a Conversational project target.

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

Constructors

ExportedConversationOrchestration(String, String)

Initializes a new instance of ExportedConversationOrchestration.

Properties

DeploymentName

The name of the targeted deployment.

ProjectName

The name of the targeted project.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedConversationOrchestration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedConversationOrchestration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedConversationOrchestration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedConversationOrchestration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedConversationOrchestration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to