Class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource (3.4.0)

public sealed class KnowledgeBaseQuerySource : IMessage<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource>, IEquatable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource>, IDeepCloneable<HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource>, IBufferMessage, IMessage

Knowledge base source settings.

Supported features: ARTICLE_SUGGESTION, FAQ.

Inheritance

Object > HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

KnowledgeBaseQuerySource()

public KnowledgeBaseQuerySource()

KnowledgeBaseQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource)

public KnowledgeBaseQuerySource(HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource other)
Parameter
NameDescription
otherHumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource

Properties

KnowledgeBases

public RepeatedField<string> KnowledgeBases { get; }

Required. Knowledge bases to query. Format: projects/{Project ID}/locations/{Location ID>/knowledgeBases/&lt;Knowledge Base ID>. Currently, at most 5 knowledge bases are supported.

Property Value
TypeDescription
RepeatedField<String>