Class: Aws::ConnectContactLens::Types::CategoryDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#points_of_interestArray<Types::PointOfInterest>

The section of audio where the category rule was detected.

Returns:



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