public sealed class KnowledgeBaseQuerySource : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource>, IBufferMessage, IMessage
public RepeatedField<string> KnowledgeBases { get; }
Required. Knowledge bases to query. Format:
projects/{Project ID}/locations/{Location
ID>/knowledgeBases/<Knowledge Base ID>. Currently, at most 5 knowledge
bases 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."],[[["This webpage provides documentation for the `KnowledgeBaseQuerySource` class within the `Google.Cloud.Dialogflow.V2` namespace, used for configuring knowledge base queries for human agent assistants."],["The latest version available is 4.26.0, and the page details version history from 3.2.0 to the latest version, including links to the documentation for each specific release."],["The `KnowledgeBaseQuerySource` class, part of the `HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types` hierarchy, is used to specify settings for querying knowledge bases, with support for features such as ARTICLE_SUGGESTION and FAQ."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties like `KnowledgeBases` that allow users to define the knowledge bases to be queried, up to a maximum of five."],["The webpage provides details on the constructors, `KnowledgeBaseQuerySource()` and `KnowledgeBaseQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource other)`, and inherited members from `Object`, alongside a detailed breakdown of the `KnowledgeBases` property and its requirements."]]],[]]