Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
- 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_action ⇒ String
Corresponds to the JSON property
agentAction. -
#duplicate_check_result ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
Corresponds to the JSON property
duplicateCheckResult. -
#sources ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
Corresponds to the JSON property
sources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
constructor
A new instance of GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
Returns a new instance of GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion.
17945 17946 17947 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17945 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_action ⇒ String
Corresponds to the JSON property agentAction
17933 17934 17935 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17933 def agent_action @agent_action end |
#duplicate_check_result ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
Corresponds to the JSON property duplicateCheckResult
17938 17939 17940 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17938 def duplicate_check_result @duplicate_check_result end |
#sources ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
Corresponds to the JSON property sources
17943 17944 17945 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17943 def sources @sources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17950 17951 17952 17953 17954 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17950 def update!(**args) @agent_action = args[:agent_action] if args.key?(:agent_action) @duplicate_check_result = args[:duplicate_check_result] if args.key?(:duplicate_check_result) @sources = args[:sources] if args.key?(:sources) end |