public sealed class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource.
Required. Knowledge documents to query from. Format:
projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<KnowledgeBase ID>/documents/<Document ID>.
Currently, at most 5 documents are supported.
[[["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-02 UTC."],[[["This webpage provides reference documentation for the `DocumentQuerySource` class within the Google Cloud Dialogflow v2 API, specifically focusing on version 4.15.0, and lists versions from 3.2.0 all the way up to the latest version 4.26.0."],["`DocumentQuerySource` is a class used for configuring document source settings for the Human Agent Assistant, supporting features like SMART_REPLY and SMART_COMPOSE, and is used within the `HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types` namespace."],["The `DocumentQuerySource` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be deeply cloned, compared for equality, and used as a protobuf message."],["The class has a property named `Documents` of type `RepeatedField\u003cstring\u003e` that requires knowledge document paths and allows for querying up to 5 documents using the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/knowledgeBases/\u003cKnowledgeBase ID\u003e/documents/\u003cDocument ID\u003e`."],["The webpage has a total of 36 versions of this documentation, providing access to a wide range of versions."]]],[]]