Class: Aws::Connect::Types::EvaluationFormTextQuestionAutomation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormTextQuestionAutomation
- 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
-
#answer_source ⇒ Types::EvaluationFormQuestionAutomationAnswerSource
Automation answer source.
Instance Attribute Details
#answer_source ⇒ Types::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 |