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.

Returns:



13466
13467
13468
13469
13470
# File 'lib/aws-sdk-connect/types.rb', line 13466

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