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


ConversationAuthoringExportedEntityListSynonym Class

Definition

Represents a list of synonyms inside a list component.

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

Constructors

ConversationAuthoringExportedEntityListSynonym()

Initializes a new instance of ConversationAuthoringExportedEntityListSynonym.

Properties

Language

Represents the language of the synonyms. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.

Values

The list of synonyms.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringExportedEntityListSynonym>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringExportedEntityListSynonym>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringExportedEntityListSynonym>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringExportedEntityListSynonym>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringExportedEntityListSynonym>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to