Class: Aws::ConnectContactLens::Types::Transcript
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::Transcript
- Defined in:
- gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb
Overview
A list of messages in the session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_offset_millis ⇒ Integer
The beginning offset in the contact for this transcript.
-
#content ⇒ String
The content of the transcript.
-
#end_offset_millis ⇒ Integer
The end offset in the contact for this transcript.
-
#id ⇒ String
The identifier of the transcript.
-
#issues_detected ⇒ Array<Types::IssueDetected>
List of positions where issues were detected on the transcript.
-
#participant_id ⇒ String
The identifier of the participant.
-
#participant_role ⇒ String
The role of participant.
-
#sentiment ⇒ String
The sentiment detected for this piece of transcript.
Instance Attribute Details
#begin_offset_millis ⇒ Integer
The beginning offset in the contact for this transcript.
335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 335 class Transcript < Struct.new( :id, :participant_id, :participant_role, :content, :begin_offset_millis, :end_offset_millis, :sentiment, :issues_detected) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
The content of the transcript.
335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 335 class Transcript < Struct.new( :id, :participant_id, :participant_role, :content, :begin_offset_millis, :end_offset_millis, :sentiment, :issues_detected) SENSITIVE = [] include Aws::Structure end |
#end_offset_millis ⇒ Integer
The end offset in the contact for this transcript.
335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 335 class Transcript < Struct.new( :id, :participant_id, :participant_role, :content, :begin_offset_millis, :end_offset_millis, :sentiment, :issues_detected) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the transcript.
335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 335 class Transcript < Struct.new( :id, :participant_id, :participant_role, :content, :begin_offset_millis, :end_offset_millis, :sentiment, :issues_detected) SENSITIVE = [] include Aws::Structure end |
#issues_detected ⇒ Array<Types::IssueDetected>
List of positions where issues were detected on the transcript.
335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 335 class Transcript < Struct.new( :id, :participant_id, :participant_role, :content, :begin_offset_millis, :end_offset_millis, :sentiment, :issues_detected) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
The identifier of the participant. Valid values are CUSTOMER or AGENT.
335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 335 class Transcript < Struct.new( :id, :participant_id, :participant_role, :content, :begin_offset_millis, :end_offset_millis, :sentiment, :issues_detected) SENSITIVE = [] include Aws::Structure end |
#participant_role ⇒ String
The role of participant. For example, is it a customer, agent, or system.
335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 335 class Transcript < Struct.new( :id, :participant_id, :participant_role, :content, :begin_offset_millis, :end_offset_millis, :sentiment, :issues_detected) SENSITIVE = [] include Aws::Structure end |
#sentiment ⇒ String
The sentiment detected for this piece of transcript.
335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 335 class Transcript < Struct.new( :id, :participant_id, :participant_role, :content, :begin_offset_millis, :end_offset_millis, :sentiment, :issues_detected) SENSITIVE = [] include Aws::Structure end |