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
-
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
The configuration of the automated evaluation.
-
#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.
-
#language_configuration ⇒ Types::EvaluationFormLanguageConfiguration
Configuration for language settings of this evaluation form content.
-
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
A scoring strategy of the evaluation form.
-
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Configuration that specifies the target for this evaluation form content.
-
#title ⇒ String
A title of the evaluation form.
Instance Attribute Details
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
The configuration of the automated evaluation.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the evaluation form.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) 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.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |
#language_configuration ⇒ Types::EvaluationFormLanguageConfiguration
Configuration for language settings of this evaluation form content.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
A scoring strategy of the evaluation form.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Configuration that specifies the target for this evaluation form content.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A title of the evaluation form.
11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11848 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration, :target_configuration, :language_configuration) SENSITIVE = [] include Aws::Structure end |