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)


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

#conditionString

An automation condition for a Contact Lens category.

Returns:

  • (String)


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_interestArray<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