Class: Aws::ChimeSDKVoice::Types::VoiceToneAnalysisTask

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 voice tone 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 voice tone analysis task.

Returns:



4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4235

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_timestampTime

The time at which a voice tone analysis task was created.

Returns:

  • (Time)


4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4235

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_timestampTime

The time at which a voice tone analysis task started.

Returns:

  • (Time)


4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4235

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_messageString

The status of a voice tone analysis task.

Returns:

  • (String)


4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4235

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_timestampTime

The time at which a voice tone analysis task was updated.

Returns:

  • (Time)


4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4235

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_idString

The ID of the voice tone analysis task.

Returns:

  • (String)


4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4235

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_statusString

The status of a voice tone analysis task, IN_QUEUE, IN_PROGRESS, PARTIAL_SUCCESS, SUCCEEDED, FAILED, or STOPPED.

Returns:

  • (String)


4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4235

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