Class: Aws::TranscribeService::Types::UpdateCallAnalyticsCategoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::UpdateCallAnalyticsCategoryResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_properties ⇒ Types::CategoryProperties
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory
request.
Instance Attribute Details
#category_properties ⇒ Types::CategoryProperties
Provides you with the properties of the Call Analytics category you
specified in your UpdateCallAnalyticsCategory
request.
5704 5705 5706 5707 5708 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 5704 class UpdateCallAnalyticsCategoryResponse < Struct.new( :category_properties) SENSITIVE = [] include Aws::Structure end |