Class: Aws::ConnectContactLens::Types::IssueDetected
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::IssueDetected
- 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
-
#character_offsets ⇒ Types::CharacterOffsets
The offset for when the issue was detected in the segment.
Instance Attribute Details
#character_offsets ⇒ Types::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 |