Class: Aws::TranscribeService::Types::GetCallAnalyticsCategoryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_propertiesTypes::CategoryProperties

Provides you with the properties of the Call Analytics category you specified in your GetCallAnalyticsCategory request.



1391
1392
1393
1394
1395
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1391

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