Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
- 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
-
#agent ⇒ String
Corresponds to the JSON property
agent. -
#human_agent_side_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
Corresponds to the JSON property
humanAgentSideConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
constructor
A new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.
11146 11147 11148 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11146 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent ⇒ String
Corresponds to the JSON property agent
11139 11140 11141 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11139 def agent @agent end |
#human_agent_side_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
Corresponds to the JSON property humanAgentSideConfig
11144 11145 11146 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11144 def human_agent_side_config @human_agent_side_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11151 11152 11153 11154 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11151 def update!(**args) @agent = args[:agent] if args.key?(:agent) @human_agent_side_config = args[:human_agent_side_config] if args.key?(:human_agent_side_config) end |