Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse

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

Sample response that the agent can use. This could be based on applicable instructions and ingested data from other systems.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse.



4523
4524
4525
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4523

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#response_textString

Optional. Sample response for Agent in text. Corresponds to the JSON property responseText

Returns:

  • (String)


4521
4522
4523
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4521

def response_text
  @response_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4528
4529
4530
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4528

def update!(**args)
  @response_text = args[:response_text] if args.key?(:response_text)
end