Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
- 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
Overview
The configuration used for human agent side Dialogflow assist suggestion.
Instance Attribute Summary collapse
-
#agent ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
constructor
A new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig.
11347 11348 11349 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11347 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent ⇒ String
Optional. The name of a dialogflow virtual agent used for intent detection and
suggestion triggered by human agent. Format: projects//locations//agent
.
Corresponds to the JSON property agent
11345 11346 11347 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11345 def agent @agent end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11352 11353 11354 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11352 def update!(**args) @agent = args[:agent] if args.key?(:agent) end |