Google Cloud Dialogflow v2 API - Class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource (4.17.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantConfig.Types.SuggestionQueryConfig.Types.KnowledgeBaseQuerySource.

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(KnowledgeBaseQuerySource)

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

Properties

KnowledgeBases

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.

Property Value
TypeDescription
RepeatedFieldstring