Share via


ConversationExportedAssociatedEntityLabel Class

Definition

Represents an associated entity label for an intent.

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

Constructors

ConversationExportedAssociatedEntityLabel(String)

Initializes a new instance of ConversationExportedAssociatedEntityLabel.

Properties

Category

The category of the entity label.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationExportedAssociatedEntityLabel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationExportedAssociatedEntityLabel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationExportedAssociatedEntityLabel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationExportedAssociatedEntityLabel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationExportedAssociatedEntityLabel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to