Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#knowledge_bases ⇒ Array<String>
Corresponds to the JSON property
knowledgeBases.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
constructor
A new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource.
11204 11205 11206 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11204 def initialize(**args) update!(**args) end |
Instance Attribute Details
#knowledge_bases ⇒ Array<String>
Corresponds to the JSON property knowledgeBases
11202 11203 11204 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11202 def knowledge_bases @knowledge_bases end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11209 11210 11211 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11209 def update!(**args) @knowledge_bases = args[:knowledge_bases] if args.key?(:knowledge_bases) end |