Class: Aws::Connect::Types::EvaluationFormContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormContent
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about an evaluation form used in a contact evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the evaluation form.
-
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
-
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
-
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
-
#items ⇒ Array<Types::EvaluationFormItem>
Items that are part of the evaluation form.
-
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
A scoring strategy of the evaluation form.
-
#title ⇒ String
A title of the evaluation form.
Instance Attribute Details
#description ⇒ String
The description of the evaluation form.
8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8440 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8440 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8440 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8440 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::EvaluationFormItem>
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8440 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy) SENSITIVE = [] include Aws::Structure end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
A scoring strategy of the evaluation form.
8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8440 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A title of the evaluation form.
8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8440 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy) SENSITIVE = [] include Aws::Structure end |