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


ConversationExportedProjectAsset Class

Definition

Represents the exported assets of a conversational project.

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

Constructors

ConversationExportedProjectAsset()

Initializes a new instance of ConversationExportedProjectAsset.

Properties

Entities

The entities defined in the project.

Intents

The intents defined in the project.

Utterances

The utterances defined in 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<ConversationExportedProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationExportedProjectAsset>.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<ConversationExportedProjectAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationExportedProjectAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationExportedProjectAsset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to