Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessages

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

A wrapper for system messages per turn.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessages

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessages.



12697
12698
12699
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 12697

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

Instance Attribute Details

#system_messagesArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessage>

A message from the system in response to the user. Corresponds to the JSON property systemMessages



12695
12696
12697
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 12695

def system_messages
  @system_messages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12702
12703
12704
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 12702

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