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


ConversationAuthoringExportedProject Class

Definition

Represents an exported project.

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

Constructors

ConversationAuthoringExportedProject(String, StringIndexType, ConversationAuthoringCreateProjectDetails)

Initializes a new instance of ConversationAuthoringExportedProject.

Properties

Assets

Represents the project assets. Please note ConversationAuthoringExportedProjectAsset 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 ConversationExportedProjectAsset and OrchestrationExportedProjectAsset.

Metadata

Represents the project metadata.

ProjectFileVersion

The version of the exported file.

StringIndexType

Specifies the method used to interpret string offsets. For additional information see https://aka.ms/text-analytics-offsets.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringExportedProject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringExportedProject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringExportedProject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringExportedProject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringExportedProject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to