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


OrchestrationExportedProjectAsset Class

Definition

Represents the assets of an orchestration project.

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

Constructors

OrchestrationExportedProjectAsset()

Initializes a new instance of OrchestrationExportedProjectAsset.

Properties

Intents

Represents the intents of the project.

Utterances

Represents the utterances of the project.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringExportedProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConversationAuthoringExportedProjectAsset)
IJsonModel<OrchestrationExportedProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OrchestrationExportedProjectAsset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringExportedProjectAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ConversationAuthoringExportedProjectAsset)
IPersistableModel<OrchestrationExportedProjectAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OrchestrationExportedProjectAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OrchestrationExportedProjectAsset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to