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


ConversationAuthoringExportedEntityList Class

Definition

Represents a list component of an entity.

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

Constructors

ConversationAuthoringExportedEntityList()

Initializes a new instance of ConversationAuthoringExportedEntityList.

Properties

Sublists

The sub-lists of the list component.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringExportedEntityList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringExportedEntityList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringExportedEntityList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringExportedEntityList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringExportedEntityList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to