Share via


RegexKey Class

Definition

The regex key extra data kind.

public class RegexKey : Azure.AI.Language.Conversations.Models.ConversationEntityExtraInformation, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.RegexKey>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.RegexKey>
type RegexKey = class
    inherit ConversationEntityExtraInformation
    interface IJsonModel<RegexKey>
    interface IPersistableModel<RegexKey>
Public Class RegexKey
Inherits ConversationEntityExtraInformation
Implements IJsonModel(Of RegexKey), IPersistableModel(Of RegexKey)
Inheritance
Implements

Properties

Key

The key of the regex pattern used in extracting the entity.

RegexPattern

The .NET regex pattern used in extracting the entity. Please visit https://docs.microsoft.com/dotnet/standard/base-types/regular-expressions for more information about .NET regular expressions.

Explicit Interface Implementations

IJsonModel<ConversationEntityExtraInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ConversationEntityExtraInformation)
IJsonModel<ConversationEntityExtraInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConversationEntityExtraInformation)
IJsonModel<RegexKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegexKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationEntityExtraInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ConversationEntityExtraInformation)
IPersistableModel<ConversationEntityExtraInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ConversationEntityExtraInformation)
IPersistableModel<ConversationEntityExtraInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ConversationEntityExtraInformation)
IPersistableModel<RegexKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegexKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegexKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to