Class: Aws::ChimeSDKVoice::Types::StartVoiceToneAnalysisTaskResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ChimeSDKVoice::Types::StartVoiceToneAnalysisTaskResponse
 
 
- Defined in:
 - gems/aws-sdk-chimesdkvoice/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.
      3382 3383 3384 3385 3386  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3382 class StartVoiceToneAnalysisTaskResponse < Struct.new( :voice_tone_analysis_task) SENSITIVE = [] include Aws::Structure end  |