Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
Self evaluations of the suggestion.
Instance Attribute Summary collapse
-
#action_action_suggestion_eval ⇒ String
Optional.
-
#sample_response_eval ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval
constructor
A new instance of GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval
Returns a new instance of GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.
156 157 158 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 156 def initialize(**args) update!(**args) end |
Instance Attribute Details
#action_action_suggestion_eval ⇒ String
Optional. Eval for Agent action suggestion.
Corresponds to the JSON property actionActionSuggestionEval
149 150 151 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 149 def action_action_suggestion_eval @action_action_suggestion_eval end |
#sample_response_eval ⇒ String
Optional. Eval for sample response.
Corresponds to the JSON property sampleResponseEval
154 155 156 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 154 def sample_response_eval @sample_response_eval end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
161 162 163 164 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 161 def update!(**args) @action_action_suggestion_eval = args[:action_action_suggestion_eval] if args.key?(:action_action_suggestion_eval) @sample_response_eval = args[:sample_response_eval] if args.key?(:sample_response_eval) end |