Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Overview
Knowledge base source settings. Supported features: ARTICLE_SUGGESTION, FAQ.
Instance Attribute Summary collapse
-
#knowledge_bases ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
constructor
A new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource.
12202 12203 12204 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12202 def initialize(**args) update!(**args) end |
Instance Attribute Details
#knowledge_bases ⇒ Array<String>
Required. Knowledge bases to query. Format: projects//locations//
knowledgeBases/
. Currently, only one knowledge base is supported.
Corresponds to the JSON property knowledgeBases
12200 12201 12202 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12200 def knowledge_bases @knowledge_bases end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12207 12208 12209 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12207 def update!(**args) @knowledge_bases = args[:knowledge_bases] if args.key?(:knowledge_bases) end |