Class: Aws::Connect::Types::EvaluationFormSection

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation forms can only contain sections and subsections (two level nesting).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instructions ⇒ String

The instructions of the section.

Returns:

  • (String)


14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14587

class EvaluationFormSection < Struct.new(
  :title,
  :ref_id,
  :instructions,
  :items,
  :weight,
  :is_excluded_from_scoring,
  :score_thresholds)
  SENSITIVE = []
  include Aws::Structure
end

#is_excluded_from_scoring ⇒ Boolean

The flag to exclude the section from scoring.

Returns:

  • (Boolean)


14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14587

class EvaluationFormSection < Struct.new(
  :title,
  :ref_id,
  :instructions,
  :items,
  :weight,
  :is_excluded_from_scoring,
  :score_thresholds)
  SENSITIVE = []
  include Aws::Structure
end

#items ⇒ Array<Types::EvaluationFormItem>

The items of the section.

Returns:



14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14587

class EvaluationFormSection < Struct.new(
  :title,
  :ref_id,
  :instructions,
  :items,
  :weight,
  :is_excluded_from_scoring,
  :score_thresholds)
  SENSITIVE = []
  include Aws::Structure
end

#ref_id ⇒ String

The identifier of the section. An identifier must be unique within the evaluation form.

Returns:

  • (String)


14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14587

class EvaluationFormSection < Struct.new(
  :title,
  :ref_id,
  :instructions,
  :items,
  :weight,
  :is_excluded_from_scoring,
  :score_thresholds)
  SENSITIVE = []
  include Aws::Structure
end

#score_thresholds ⇒ Array<Types::EvaluationFormScoreThreshold>

The score thresholds for performance categories.



14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14587

class EvaluationFormSection < Struct.new(
  :title,
  :ref_id,
  :instructions,
  :items,
  :weight,
  :is_excluded_from_scoring,
  :score_thresholds)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ String

The title of the section.

Returns:

  • (String)


14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14587

class EvaluationFormSection < Struct.new(
  :title,
  :ref_id,
  :instructions,
  :items,
  :weight,
  :is_excluded_from_scoring,
  :score_thresholds)
  SENSITIVE = []
  include Aws::Structure
end

#weight ⇒ Float

The scoring weight of the section.

Returns:

  • (Float)


14587
14588
14589
14590
14591
14592
14593
14594
14595
14596
14597
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14587

class EvaluationFormSection < Struct.new(
  :title,
  :ref_id,
  :instructions,
  :items,
  :weight,
  :is_excluded_from_scoring,
  :score_thresholds)
  SENSITIVE = []
  include Aws::Structure
end