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)


12602
12603
12604
12605
12606
12607
12608
12609
12610
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12602

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

#automatic_fail_configurationTypes::AutomaticFailConfiguration

Whether automatic fail is configured on a single select question.



12602
12603
12604
12605
12606
12607
12608
12609
12610
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12602

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

#ref_idString

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

Returns:

  • (String)


12602
12603
12604
12605
12606
12607
12608
12609
12610
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12602

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

#scoreInteger

The score assigned to the answer option.

Returns:

  • (Integer)


12602
12603
12604
12605
12606
12607
12608
12609
12610
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12602

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

#textString

The title of the answer option.

Returns:

  • (String)


12602
12603
12604
12605
12606
12607
12608
12609
12610
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12602

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