Class: Aws::ConnectContactLens::Types::CategoryDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::CategoryDetails
- Defined in:
- gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb
Overview
Provides information about the category rule that was matched.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#points_of_interest ⇒ Array<Types::PointOfInterest>
The section of audio where the category rule was detected.
Instance Attribute Details
#points_of_interest ⇒ Array<Types::PointOfInterest>
The section of audio where the category rule was detected.
55 56 57 58 59 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 55 class CategoryDetails < Struct.new( :points_of_interest) SENSITIVE = [] include Aws::Structure end |