AWSConnectRealTimeContactAnalysisTranscriptItemWithContent

Objective-C

@interface AWSConnectRealTimeContactAnalysisTranscriptItemWithContent

Swift

class AWSConnectRealTimeContactAnalysisTranscriptItemWithContent

Transcript representation containing Id, Content and list of character intervals that are associated with analysis data. For example, this object within an issue detected would describe both content that contains identified issue and intervals where that content is taken from.

Required parameters: [Id]

  • Begin and end offsets for a part of text.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectRealTimeContactAnalysisCharacterInterval *_Nullable characterOffsets;

    Swift

    var characterOffsets: AWSConnectRealTimeContactAnalysisCharacterInterval? { get set }
  • Part of the transcript content that contains identified issue. Can be redacted

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable content;

    Swift

    var content: String? { get set }
  • Transcript identifier. Matches the identifier from one of the TranscriptSegments.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }