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


ConversationAuthoringExportedEntitySublist Class

Definition

Represents a sub-list inside a list component.

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

Constructors

ConversationAuthoringExportedEntitySublist()

Initializes a new instance of ConversationAuthoringExportedEntitySublist.

Properties

ListKey

The key of the sub-list.

Synonyms

The phrases of that correspond to the sub-list.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringExportedEntitySublist>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringExportedEntitySublist>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringExportedEntitySublist>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringExportedEntitySublist>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringExportedEntitySublist>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to