Class: Aws::ChimeSDKVoice::Types::SpeakerSearchTask

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#call_detailsTypes::CallDetails

The call details of a speaker search task.

Returns:



3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'gems/aws-sdk-chimesdkvoice/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_timestampTime

The time at which a speaker search task was created.

Returns:

  • (Time)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'gems/aws-sdk-chimesdkvoice/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_detailsTypes::SpeakerSearchDetails

The details of a speaker search task.



3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'gems/aws-sdk-chimesdkvoice/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_idString

The speaker search task ID.

Returns:

  • (String)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'gems/aws-sdk-chimesdkvoice/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_statusString

The status of the speaker search task, IN_QUEUE, IN_PROGRESS, PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.

Returns:

  • (String)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'gems/aws-sdk-chimesdkvoice/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_timestampTime

The time at which the speaker search task began.

Returns:

  • (Time)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'gems/aws-sdk-chimesdkvoice/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_messageString

A detailed message about the status of a speaker search.

Returns:

  • (String)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'gems/aws-sdk-chimesdkvoice/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_timestampTime

The time at which a speaker search task was updated.

Returns:

  • (Time)


3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'gems/aws-sdk-chimesdkvoice/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