Class: Aws::ChimeSDKVoice::Types::StartVoiceToneAnalysisTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::StartVoiceToneAnalysisTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_tone_analysis_task ⇒ Types::VoiceToneAnalysisTask
The details of the voice tone analysis task.
Instance Attribute Details
#voice_tone_analysis_task ⇒ Types::VoiceToneAnalysisTask
The details of the voice tone analysis task.
3369 3370 3371 3372 3373 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3369 class StartVoiceToneAnalysisTaskResponse < Struct.new( :voice_tone_analysis_task) SENSITIVE = [] include Aws::Structure end |