Class: Aws::ChimeSDKVoice::Types::SpeakerSearchTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::SpeakerSearchTask
- Includes:
- Structure
- Defined in:
- 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`, or `STOPPED`.
-
#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.
3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3148 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.
3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3148 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.
3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3148 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.
3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3148 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`.
3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3148 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.
3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3148 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.
3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3148 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.
3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3148 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 |