Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_evalString

Optional. Eval for Agent action suggestion. Corresponds to the JSON property actionActionSuggestionEval

Returns:

  • (String)


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_evalString

Optional. Eval for sample response. Corresponds to the JSON property sampleResponseEval

Returns:

  • (String)


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