Class: Aws::Connect::Types::RealTimeContactAnalysisTranscriptItemWithCharacterOffsets

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Transcript representation containing Id and list of character intervals that are associated with analysis data. For example, this object within a RealTimeContactAnalysisPointOfInterest in Category.MatchedDetails would have character interval describing part of the text that matched category.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#character_offsetsTypes::RealTimeContactAnalysisCharacterInterval

List of character intervals within transcript content/text.



15089
15090
15091
15092
15093
15094
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15089

class RealTimeContactAnalysisTranscriptItemWithCharacterOffsets < Struct.new(
  :id,
  :character_offsets)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Transcript identifier. Matches the identifier from one of the TranscriptSegments.

Returns:

  • (String)


15089
15090
15091
15092
15093
15094
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15089

class RealTimeContactAnalysisTranscriptItemWithCharacterOffsets < Struct.new(
  :id,
  :character_offsets)
  SENSITIVE = []
  include Aws::Structure
end