Class: Aws::TranscribeService::Types::StartCallAnalyticsJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#call_analytics_jobTypes::CallAnalyticsJob

Provides detailed information about the current Call Analytics job, including job status and, if applicable, failure reason.



3514
3515
3516
3517
3518
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3514

class StartCallAnalyticsJobResponse < Struct.new(
  :call_analytics_job)
  SENSITIVE = []
  include Aws::Structure
end