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-03-21 UTC."],[[["This webpage provides reference documentation for the `AssistQueryParameters` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `AssistQueryParameters` class represents the parameters used for human assist queries in Dialogflow, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of the `AssistQueryParameters` class ranging from the latest version 4.26.0 to version 3.2.0, while the current page itself covers version 4.4.0."],["The page details the class's inheritance from `Object` and lists all the inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `DocumentsMetadataFilters` property, which is of type `MapField\u003cstring, string\u003e`, allows filtering of documents based on key-value pairs within their metadata, such as filtering by market or user."]]],[]]