public sealed class DocumentQuerySource : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The page provides documentation for the `DocumentQuerySource` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in different versions."],["The latest version available for `DocumentQuerySource` is 4.26.0, with multiple earlier versions ranging from 4.25.0 down to 3.2.0 listed for reference."],["`DocumentQuerySource` is designed for configuring document source settings and supports features like SMART_REPLY and SMART_COMPOSE, inheriting from the base object and implementing multiple interfaces."],["The `DocumentQuerySource` class includes a `Documents` property, which is a required field for specifying knowledge documents using the format `projects/{Project ID}/locations/{Location ID\u003e/knowledgeBases/\u003cKnowledgeBase ID\u003e/documents/\u003cDocument ID\u003e`, with a current limit of 5 documents."],["The documentation describes two constructors, the first being the default constructor `DocumentQuerySource()`, and the second, `DocumentQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.DocumentQuerySource other)`, which is used for copy constructions."]]],[]]