Class: Aws::Connect::Types::EvaluationFormQuestion

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#instructionsString

The instructions of the section.

Returns:

  • (String)


6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6500

class EvaluationFormQuestion < Struct.new(
  :title,
  :instructions,
  :ref_id,
  :not_applicable_enabled,
  :question_type,
  :question_type_properties,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#not_applicable_enabledBoolean

The flag to enable not applicable answers to the question.

Returns:

  • (Boolean)


6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6500

class EvaluationFormQuestion < Struct.new(
  :title,
  :instructions,
  :ref_id,
  :not_applicable_enabled,
  :question_type,
  :question_type_properties,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#question_typeString

The type of the question.

Returns:

  • (String)


6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6500

class EvaluationFormQuestion < Struct.new(
  :title,
  :instructions,
  :ref_id,
  :not_applicable_enabled,
  :question_type,
  :question_type_properties,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#question_type_propertiesTypes::EvaluationFormQuestionTypeProperties

The properties of the type of question. Text questions do not have to define question type properties.



6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6500

class EvaluationFormQuestion < Struct.new(
  :title,
  :instructions,
  :ref_id,
  :not_applicable_enabled,
  :question_type,
  :question_type_properties,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#ref_idString

The identifier of the question. An identifier must be unique within the evaluation form.

Returns:

  • (String)


6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6500

class EvaluationFormQuestion < Struct.new(
  :title,
  :instructions,
  :ref_id,
  :not_applicable_enabled,
  :question_type,
  :question_type_properties,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the question.

Returns:

  • (String)


6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6500

class EvaluationFormQuestion < Struct.new(
  :title,
  :instructions,
  :ref_id,
  :not_applicable_enabled,
  :question_type,
  :question_type_properties,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#weightFloat

The scoring weight of the section.

Returns:

  • (Float)


6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6500

class EvaluationFormQuestion < Struct.new(
  :title,
  :instructions,
  :ref_id,
  :not_applicable_enabled,
  :question_type,
  :question_type_properties,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end