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


OrchestrationExportedIntent Class

Definition

Represents an exported intent for an orchestration project.

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

Constructors

OrchestrationExportedIntent(String)

Initializes a new instance of OrchestrationExportedIntent.

Properties

Category

The intent category.

Orchestration

Specifies the behavior of this intent in the orchestration flow. Please note ExportedOrchestrationDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExportedConversationOrchestrationDetails, ExportedLuisOrchestrationDetails and ExportedQuestionAnsweringOrchestrationDetails.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OrchestrationExportedIntent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OrchestrationExportedIntent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OrchestrationExportedIntent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OrchestrationExportedIntent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OrchestrationExportedIntent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to