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.



13038
13039
13040
13041
13042
# File 'lib/aws-sdk-connect/types.rb', line 13038

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