Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput
- 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 text output message from the system.
Instance Attribute Summary collapse
-
#text ⇒ Array<String>
The parts of the message.
-
#text_type ⇒ String
The type of the text message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1GenerativeInsightConversationTranscriptMessageSystemMessageTextOutput.
12677 12678 12679 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 12677 def initialize(**args) update!(**args) end |
Instance Attribute Details
#text ⇒ Array<String>
The parts of the message.
Corresponds to the JSON property text
12670 12671 12672 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 12670 def text @text end |
#text_type ⇒ String
The type of the text message.
Corresponds to the JSON property textType
12675 12676 12677 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 12675 def text_type @text_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12682 12683 12684 12685 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 12682 def update!(**args) @text = args[:text] if args.key?(:text) @text_type = args[:text_type] if args.key?(:text_type) end |