Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
- 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
Instance Attribute Summary collapse
-
#agent ⇒ String
Corresponds to the JSON property
agent. -
#human_agent_side_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
Corresponds to the JSON property
humanAgentSideConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
constructor
A new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.
14805 14806 14807 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14805 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent ⇒ String
Corresponds to the JSON property agent
14798 14799 14800 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14798 def agent @agent end |
#human_agent_side_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig
Corresponds to the JSON property humanAgentSideConfig
14803 14804 14805 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14803 def human_agent_side_config @human_agent_side_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14810 14811 14812 14813 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14810 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 |