Class: Aws::ChimeSDKVoice::Types::VoiceToneAnalysisTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceToneAnalysisTask
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
A representation of an asynchronous request to perform voice tone analysis on a Voice Connector call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_details ⇒ Types::CallDetails
The call details of a voice tone analysis task.
-
#created_timestamp ⇒ Time
The time at which a voice tone analysis task was created.
-
#started_timestamp ⇒ Time
The time at which a voice tone analysis task started.
-
#status_message ⇒ String
The status of a voice tone analysis task.
-
#updated_timestamp ⇒ Time
The time at which a voice tone analysis task was updated.
-
#voice_tone_analysis_task_id ⇒ String
The ID of the voice tone analysis task.
-
#voice_tone_analysis_task_status ⇒ String
The status of a voice tone analysis task,
IN_QUEUE,IN_PROGRESS,PARTIAL_SUCCESS,SUCCEEDED,FAILED, orSTOPPED.
Instance Attribute Details
#call_details ⇒ Types::CallDetails
The call details of a voice tone analysis task.
4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4401 class VoiceToneAnalysisTask < Struct.new( :voice_tone_analysis_task_id, :voice_tone_analysis_task_status, :call_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which a voice tone analysis task was created.
4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4401 class VoiceToneAnalysisTask < Struct.new( :voice_tone_analysis_task_id, :voice_tone_analysis_task_status, :call_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#started_timestamp ⇒ Time
The time at which a voice tone analysis task started.
4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4401 class VoiceToneAnalysisTask < Struct.new( :voice_tone_analysis_task_id, :voice_tone_analysis_task_status, :call_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status of a voice tone analysis task.
4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4401 class VoiceToneAnalysisTask < Struct.new( :voice_tone_analysis_task_id, :voice_tone_analysis_task_status, :call_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#updated_timestamp ⇒ Time
The time at which a voice tone analysis task was updated.
4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4401 class VoiceToneAnalysisTask < Struct.new( :voice_tone_analysis_task_id, :voice_tone_analysis_task_status, :call_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#voice_tone_analysis_task_id ⇒ String
The ID of the voice tone analysis task.
4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4401 class VoiceToneAnalysisTask < Struct.new( :voice_tone_analysis_task_id, :voice_tone_analysis_task_status, :call_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#voice_tone_analysis_task_status ⇒ String
The status of a voice tone analysis task, IN_QUEUE, IN_PROGRESS,
PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.
4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4401 class VoiceToneAnalysisTask < Struct.new( :voice_tone_analysis_task_id, :voice_tone_analysis_task_status, :call_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |