Class: Aws::Connect::Types::EvaluationFormSingleSelectQuestionOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Information about the automation configuration in single select questions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_failBoolean

The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.

Returns:

  • (Boolean)


6948
6949
6950
6951
6952
6953
6954
6955
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6948

class EvaluationFormSingleSelectQuestionOption < Struct.new(
  :ref_id,
  :text,
  :score,
  :automatic_fail)
  SENSITIVE = []
  include Aws::Structure
end

#ref_idString

The identifier of the answer option. An identifier must be unique within the question.

Returns:

  • (String)


6948
6949
6950
6951
6952
6953
6954
6955
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6948

class EvaluationFormSingleSelectQuestionOption < Struct.new(
  :ref_id,
  :text,
  :score,
  :automatic_fail)
  SENSITIVE = []
  include Aws::Structure
end

#scoreInteger

The score assigned to the answer option.

Returns:

  • (Integer)


6948
6949
6950
6951
6952
6953
6954
6955
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6948

class EvaluationFormSingleSelectQuestionOption < Struct.new(
  :ref_id,
  :text,
  :score,
  :automatic_fail)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The title of the answer option.

Returns:

  • (String)


6948
6949
6950
6951
6952
6953
6954
6955
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6948

class EvaluationFormSingleSelectQuestionOption < Struct.new(
  :ref_id,
  :text,
  :score,
  :automatic_fail)
  SENSITIVE = []
  include Aws::Structure
end