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


ExportedEntityRegex Class

Definition

Represents a regex component of an entity.

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

Constructors

ExportedEntityRegex()

Initializes a new instance of ExportedEntityRegex.

Properties

Expressions

The regex expressions of the regex component. These expressions follow the .NET regex syntax. For reference, check here: https://learn.microsoft.com/dotnet/standard/base-types/regular-expressions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedEntityRegex>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedEntityRegex>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedEntityRegex>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedEntityRegex>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedEntityRegex>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to