public sealed class AssistQueryParameters : IMessage<AssistQueryParameters>, IEquatable<AssistQueryParameters>, IDeepCloneable<AssistQueryParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AssistQueryParameters.
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.v2beta1.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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `AssistQueryParameters` class in the Google Cloud Dialogflow v2beta1 API represents parameters for human assist queries."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AssistQueryParameters` class provides two constructors: a default constructor and one that accepts another `AssistQueryParameters` object as an argument."],["The `DocumentsMetadataFilters` property, of type `MapField\u003cstring, string\u003e`, allows filtering suggested documents by their metadata, using key-value pairs."],["The latest version of this class is `1.0.0-beta23`, found in the `Google.Cloud.Dialogflow.V2Beta1` namespace and within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]