Class: Aws::Connect::Types::EvaluationQuestionInputDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationQuestionInputDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Details of the input data used for automated question processing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transcript_type ⇒ String
Transcript type.
Instance Attribute Details
#transcript_type ⇒ String
Transcript type.
12935 12936 12937 12938 12939 |
# File 'lib/aws-sdk-connect/types.rb', line 12935 class EvaluationQuestionInputDetails < Struct.new( :transcript_type) SENSITIVE = [] include Aws::Structure end |