public sealed class AssistQueryParameters : IMessage<AssistQueryParameters>, IEquatable<AssistQueryParameters>, IDeepCloneable<AssistQueryParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 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.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."],[[["The webpage provides reference documentation for the `AssistQueryParameters` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The content lists various versions of the `AssistQueryParameters` class, ranging from version 3.2.0 to the latest 4.26.0, with the current version displayed being 4.25.0."],["`AssistQueryParameters` is a class that represents the parameters of a human assist query and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a `DocumentsMetadataFilters` property, which is a map used to filter documents returned by article suggestion based on metadata, and it is a `MapField` of type string, string."],["The webpage details the constructors for the `AssistQueryParameters` class, which includes a default constructor and a constructor that accepts another `AssistQueryParameters` object as a parameter."]]],[]]