Class: Aws::ChimeSDKVoice::Types::VoiceToneAnalysisTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceToneAnalysisTask
- Includes:
- Structure
- Defined in:
- 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`, or `STOPPED`.
Instance Attribute Details
#call_details ⇒ Types::CallDetails
The call details of a voice tone analysis task.
4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4249 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.
4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4249 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.
4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4249 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.
4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4249 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.
4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4249 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.
4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4249 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`.
4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4249 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 |