Class: Aws::ChimeSDKVoice::Types::SpeakerSearchTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::SpeakerSearchTask
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
A representation of an asynchronous request to perform speaker search analysis on a Voice Connector call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_details ⇒ Types::CallDetails
The call details of a speaker search task.
-
#created_timestamp ⇒ Time
The time at which a speaker search task was created.
-
#speaker_search_details ⇒ Types::SpeakerSearchDetails
The details of a speaker search task.
-
#speaker_search_task_id ⇒ String
The speaker search task ID.
-
#speaker_search_task_status ⇒ String
The status of the speaker search task,
IN_QUEUE
,IN_PROGRESS
,PARTIAL_SUCCESS
,SUCCEEDED
,FAILED
, orSTOPPED
. -
#started_timestamp ⇒ Time
The time at which the speaker search task began.
-
#status_message ⇒ String
A detailed message about the status of a speaker search.
-
#updated_timestamp ⇒ Time
The time at which a speaker search task was updated.
Instance Attribute Details
#call_details ⇒ Types::CallDetails
The call details of a speaker search task.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3276 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :call_details, :speaker_search_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which a speaker search task was created.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3276 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :call_details, :speaker_search_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#speaker_search_details ⇒ Types::SpeakerSearchDetails
The details of a speaker search task.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3276 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :call_details, :speaker_search_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#speaker_search_task_id ⇒ String
The speaker search task ID.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3276 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :call_details, :speaker_search_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#speaker_search_task_status ⇒ String
The status of the speaker search task, IN_QUEUE
, IN_PROGRESS
,
PARTIAL_SUCCESS
, SUCCEEDED
, FAILED
, or STOPPED
.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3276 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :call_details, :speaker_search_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#started_timestamp ⇒ Time
The time at which the speaker search task began.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3276 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :call_details, :speaker_search_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A detailed message about the status of a speaker search.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3276 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :call_details, :speaker_search_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |
#updated_timestamp ⇒ Time
The time at which a speaker search task was updated.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3276 class SpeakerSearchTask < Struct.new( :speaker_search_task_id, :speaker_search_task_status, :call_details, :speaker_search_details, :created_timestamp, :updated_timestamp, :started_timestamp, :status_message) SENSITIVE = [] include Aws::Structure end |