MetadataFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find QnAs that are associated with the given list of metadata.
public class MetadataFilter : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.MetadataFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.MetadataFilter>
type MetadataFilter = class
interface IJsonModel<MetadataFilter>
interface IPersistableModel<MetadataFilter>
Public Class MetadataFilter
Implements IJsonModel(Of MetadataFilter), IPersistableModel(Of MetadataFilter)
- Inheritance
-
MetadataFilter
- Implements
Constructors
MetadataFilter() |
Initializes a new instance of MetadataFilter. |
Properties
LogicalOperation |
Operation used to join metadata filters. |
Metadata |
List of metadata. |
Explicit Interface Implementations
IJsonModel<MetadataFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MetadataFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MetadataFilter>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MetadataFilter>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MetadataFilter>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET