Class: Aws::ConnectContactLens::Types::Transcript

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#begin_offset_millisInteger

The beginning offset in the contact for this transcript.

Returns:

  • (Integer)


283
284
285
286
287
288
289
290
291
292
293
294
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 283

class Transcript < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :content,
  :begin_offset_millis,
  :end_offset_millis,
  :sentiment,
  :issues_detected)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

The content of the transcript.

Returns:

  • (String)


283
284
285
286
287
288
289
290
291
292
293
294
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 283

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_millisInteger

The end offset in the contact for this transcript.

Returns:

  • (Integer)


283
284
285
286
287
288
289
290
291
292
293
294
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 283

class Transcript < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :content,
  :begin_offset_millis,
  :end_offset_millis,
  :sentiment,
  :issues_detected)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the transcript.

Returns:

  • (String)


283
284
285
286
287
288
289
290
291
292
293
294
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 283

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_detectedArray<Types::IssueDetected>

List of positions where issues were detected on the transcript.

Returns:



283
284
285
286
287
288
289
290
291
292
293
294
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 283

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_idString

The identifier of the participant.

Returns:

  • (String)


283
284
285
286
287
288
289
290
291
292
293
294
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 283

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_roleString

The role of participant. For example, is it a customer, agent, or system.

Returns:

  • (String)


283
284
285
286
287
288
289
290
291
292
293
294
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 283

class Transcript < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :content,
  :begin_offset_millis,
  :end_offset_millis,
  :sentiment,
  :issues_detected)
  SENSITIVE = []
  include Aws::Structure
end

#sentimentString

The sentiment of the detected for this piece of transcript.

Returns:

  • (String)


283
284
285
286
287
288
289
290
291
292
293
294
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 283

class Transcript < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :content,
  :begin_offset_millis,
  :end_offset_millis,
  :sentiment,
  :issues_detected)
  SENSITIVE = []
  include Aws::Structure
end