Class: Aws::ConnectContactLens::Types::IssueDetected

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

Overview

Potential issues that are detected based on an artificial intelligence analysis of each turn in the conversation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#character_offsetsTypes::CharacterOffsets

The offset for when the issue was detected in the segment.



116
117
118
119
120
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 116

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