Class: Aws::TranscribeService::Types::UpdateCallAnalyticsCategoryResponse

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 ‘UpdateCallAnalyticsCategory` request.



5559
5560
5561
5562
5563
# File 'lib/aws-sdk-transcribeservice/types.rb', line 5559

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