Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval
- 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) ⇒ GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.
4477 4478 4479 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4477 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
4470 4471 4472 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4470 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
4475 4476 4477 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4475 def sample_response_eval @sample_response_eval end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4482 4483 4484 4485 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4482 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 |