Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponse

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

The response for generative insights.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponse.



21375
21376
21377
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21375

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

Instance Attribute Details

#generative_responsesArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainGenerativeInsightsResponseGenerativeResponse>

The full list of generative responses. Each response is ordered by time. Corresponds to the JSON property generativeResponses



21368
21369
21370
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21368

def generative_responses
  @generative_responses
end

#transcriptGoogle::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainGenerativeInsightConversationTranscript

The conversation transcript for the chart. Corresponds to the JSON property transcript



21373
21374
21375
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21373

def transcript
  @transcript
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21380
21381
21382
21383
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 21380

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