public sealed class AssistQueryParameters : IMessage<AssistQueryParameters>, IEquatable<AssistQueryParameters>, IDeepCloneable<AssistQueryParameters>, IBufferMessage, IMessage
public MapField<string, string> DocumentsMetadataFilters { get; }
Key-value filters on the metadata of documents returned by article
suggestion. If specified, article suggestion only returns suggested
documents that match all filters in their [Document.metadata][google.cloud.dialogflow.v2.Document.metadata]. Multiple
values for a metadata key should be concatenated by comma. For example,
filters to match all documents that have 'US' or 'CA' in their market
metadata values and 'agent' in their user metadata values will be
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides documentation for the `AssistQueryParameters` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, methods, and implementations across multiple versions."],["The `AssistQueryParameters` class is used to define the parameters for human assist queries, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the versions for `Google.Cloud.Dialogflow.V2.AssistQueryParameters`, ranging from version 4.26.0 (latest) down to 3.2.0, with the current documentation focused on version 3.9.0."],["The class `AssistQueryParameters` has a `DocumentsMetadataFilters` property, which allows for filtering of suggested documents based on key-value pairs in their metadata, and is of type `MapField\u003cstring, string\u003e`."],["The `AssistQueryParameters` class can be instantiated using a default constructor or a constructor that takes another `AssistQueryParameters` object as input."]]],[]]