Class: Aws::Connect::Types::EvaluationFormTextQuestionAutomation

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

Overview

Information about the automation configuration in text questions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#answer_sourceTypes::EvaluationFormQuestionAutomationAnswerSource

Automation answer source.



12725
12726
12727
12728
12729
# File 'lib/aws-sdk-connect/types.rb', line 12725

class EvaluationFormTextQuestionAutomation < Struct.new(
  :answer_source)
  SENSITIVE = []
  include Aws::Structure
end