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
documents_metadata_filters {
key: "market"
value: "US,CA"
}
documents_metadata_filters {
key: "user"
value: "agent"
}
[[["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 documentation for the `AssistQueryParameters` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties, constructors, and inheritance."],["The `AssistQueryParameters` class represents the parameters of a human assist query, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors for the `AssistQueryParameters` class: a default constructor and one that accepts another `AssistQueryParameters` object."],["The `DocumentsMetadataFilters` property is a `MapField` that allows for key-value filtering of metadata on suggested documents, which is used to filter the suggested documents."],["The webpage also provides links to the documentation for the `AssistQueryParameters` class across a range of versions, starting from version 3.2.0 up until the latest version 4.26.0."]]],[]]