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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11765
11766
11767
11768
11769
11770
11771
# File 'lib/aws-sdk-connect/types.rb', line 11765

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)


11765
11766
11767
11768
11769
11770
11771
# File 'lib/aws-sdk-connect/types.rb', line 11765

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.



11765
11766
11767
11768
11769
11770
11771
# File 'lib/aws-sdk-connect/types.rb', line 11765

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