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

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

#category_propertiesTypes::CategoryProperties

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



1299
1300
1301
1302
1303
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1299

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