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
-
#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.
7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 |
# File 'lib/aws-sdk-connect/types.rb', line 7485 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.
7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 |
# File 'lib/aws-sdk-connect/types.rb', line 7485 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.
7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 |
# File 'lib/aws-sdk-connect/types.rb', line 7485 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.
7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 |
# File 'lib/aws-sdk-connect/types.rb', line 7485 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.
7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 |
# File 'lib/aws-sdk-connect/types.rb', line 7485 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.
7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 |
# File 'lib/aws-sdk-connect/types.rb', line 7485 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.
7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 |
# File 'lib/aws-sdk-connect/types.rb', line 7485 class EvaluationFormContent < Struct.new( :evaluation_form_version, :evaluation_form_id, :evaluation_form_arn, :title, :description, :items, :scoring_strategy) SENSITIVE = [] include Aws::Structure end |