Class: Aws::Connect::Types::EvaluationFormQuestion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormQuestion
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about a question from an evaluation form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instructions ⇒ String
The instructions of the section.
-
#not_applicable_enabled ⇒ Boolean
The flag to enable not applicable answers to the question.
-
#question_type ⇒ String
The type of the question.
-
#question_type_properties ⇒ Types::EvaluationFormQuestionTypeProperties
The properties of the type of question.
-
#ref_id ⇒ String
The identifier of the question.
-
#title ⇒ String
The title of the question.
-
#weight ⇒ Float
The scoring weight of the section.
Instance Attribute Details
#instructions ⇒ String
The instructions of the section.
8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8600 class EvaluationFormQuestion < Struct.new( :title, :instructions, :ref_id, :not_applicable_enabled, :question_type, :question_type_properties, :weight) SENSITIVE = [] include Aws::Structure end |
#not_applicable_enabled ⇒ Boolean
The flag to enable not applicable answers to the question.
8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8600 class EvaluationFormQuestion < Struct.new( :title, :instructions, :ref_id, :not_applicable_enabled, :question_type, :question_type_properties, :weight) SENSITIVE = [] include Aws::Structure end |
#question_type ⇒ String
The type of the question.
8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8600 class EvaluationFormQuestion < Struct.new( :title, :instructions, :ref_id, :not_applicable_enabled, :question_type, :question_type_properties, :weight) SENSITIVE = [] include Aws::Structure end |
#question_type_properties ⇒ Types::EvaluationFormQuestionTypeProperties
The properties of the type of question. Text questions do not have to define question type properties.
8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8600 class EvaluationFormQuestion < Struct.new( :title, :instructions, :ref_id, :not_applicable_enabled, :question_type, :question_type_properties, :weight) SENSITIVE = [] include Aws::Structure end |
#ref_id ⇒ String
The identifier of the question. An identifier must be unique within the evaluation form.
8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8600 class EvaluationFormQuestion < Struct.new( :title, :instructions, :ref_id, :not_applicable_enabled, :question_type, :question_type_properties, :weight) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the question.
8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8600 class EvaluationFormQuestion < Struct.new( :title, :instructions, :ref_id, :not_applicable_enabled, :question_type, :question_type_properties, :weight) SENSITIVE = [] include Aws::Structure end |
#weight ⇒ Float
The scoring weight of the section.
8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8600 class EvaluationFormQuestion < Struct.new( :title, :instructions, :ref_id, :not_applicable_enabled, :question_type, :question_type_properties, :weight) SENSITIVE = [] include Aws::Structure end |