Class: Aws::Connect::Types::EvaluationAutomationRuleCategory
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationAutomationRuleCategory
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The Contact Lens category used by evaluation automation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
A category label.
-
#condition ⇒ String
An automation condition for a Contact Lens category.
-
#points_of_interest ⇒ Array<Types::EvaluationTranscriptPointOfInterest>
A point of interest in a contact transcript that indicates match of condition.
Instance Attribute Details
#category ⇒ String
A category label.
9453 9454 9455 9456 9457 9458 9459 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9453 class EvaluationAutomationRuleCategory < Struct.new( :category, :condition, :points_of_interest) SENSITIVE = [] include Aws::Structure end |
#condition ⇒ String
An automation condition for a Contact Lens category.
9453 9454 9455 9456 9457 9458 9459 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9453 class EvaluationAutomationRuleCategory < Struct.new( :category, :condition, :points_of_interest) SENSITIVE = [] include Aws::Structure end |
#points_of_interest ⇒ Array<Types::EvaluationTranscriptPointOfInterest>
A point of interest in a contact transcript that indicates match of condition.
9453 9454 9455 9456 9457 9458 9459 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9453 class EvaluationAutomationRuleCategory < Struct.new( :category, :condition, :points_of_interest) SENSITIVE = [] include Aws::Structure end |