Class: Aws::Connect::Types::EvaluationFormContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormContent
- Includes:
- Structure
- Defined in:
- 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.
-
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
A scoring strategy of the evaluation form.
-
#title ⇒ String
A title of the evaluation form.
Instance Attribute Details
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
The configuration of the automated evaluation.
9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 |
# File 'lib/aws-sdk-connect/types.rb', line 9976 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the evaluation form.
9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 |
# File 'lib/aws-sdk-connect/types.rb', line 9976 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 |
# File 'lib/aws-sdk-connect/types.rb', line 9976 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 |
# File 'lib/aws-sdk-connect/types.rb', line 9976 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 |
# File 'lib/aws-sdk-connect/types.rb', line 9976 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_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.
9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 |
# File 'lib/aws-sdk-connect/types.rb', line 9976 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration) SENSITIVE = [] include Aws::Structure end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
A scoring strategy of the evaluation form.
9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 |
# File 'lib/aws-sdk-connect/types.rb', line 9976 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A title of the evaluation form.
9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 |
# File 'lib/aws-sdk-connect/types.rb', line 9976 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy, :auto_evaluation_configuration) SENSITIVE = [] include Aws::Structure end |