Class: Aws::Connect::Types::EvaluationFormNumericQuestionProperties

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

Overview

Information about properties for a numeric question in an evaluation form.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automationTypes::EvaluationFormNumericQuestionAutomation

The automation properties of the numeric question.



6460
6461
6462
6463
6464
6465
6466
6467
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6460

class EvaluationFormNumericQuestionProperties < Struct.new(
  :min_value,
  :max_value,
  :options,
  :automation)
  SENSITIVE = []
  include Aws::Structure
end

#max_valueInteger

The maximum answer value.

Returns:

  • (Integer)


6460
6461
6462
6463
6464
6465
6466
6467
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6460

class EvaluationFormNumericQuestionProperties < Struct.new(
  :min_value,
  :max_value,
  :options,
  :automation)
  SENSITIVE = []
  include Aws::Structure
end

#min_valueInteger

The minimum answer value.

Returns:

  • (Integer)


6460
6461
6462
6463
6464
6465
6466
6467
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6460

class EvaluationFormNumericQuestionProperties < Struct.new(
  :min_value,
  :max_value,
  :options,
  :automation)
  SENSITIVE = []
  include Aws::Structure
end

#optionsArray<Types::EvaluationFormNumericQuestionOption>

The scoring options of the numeric question.



6460
6461
6462
6463
6464
6465
6466
6467
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6460

class EvaluationFormNumericQuestionProperties < Struct.new(
  :min_value,
  :max_value,
  :options,
  :automation)
  SENSITIVE = []
  include Aws::Structure
end