Class: Aws::Connect::Types::EvaluationAutomationRuleCategory

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

Instance Attribute Details

#categoryString

A category label.

Returns:

  • (String)


11644
11645
11646
11647
11648
11649
11650
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11644

class EvaluationAutomationRuleCategory < Struct.new(
  :category,
  :condition,
  :points_of_interest)
  SENSITIVE = []
  include Aws::Structure
end

#conditionString

An automation condition for a Contact Lens category.

Returns:

  • (String)


11644
11645
11646
11647
11648
11649
11650
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11644

class EvaluationAutomationRuleCategory < Struct.new(
  :category,
  :condition,
  :points_of_interest)
  SENSITIVE = []
  include Aws::Structure
end

#points_of_interestArray<Types::EvaluationTranscriptPointOfInterest>

A point of interest in a contact transcript that indicates match of condition.



11644
11645
11646
11647
11648
11649
11650
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11644

class EvaluationAutomationRuleCategory < Struct.new(
  :category,
  :condition,
  :points_of_interest)
  SENSITIVE = []
  include Aws::Structure
end