Class: Aws::TranscribeService::Types::CreateCallAnalyticsCategoryResponse

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 your new category, including its associated rules.



636
637
638
639
640
# File 'lib/aws-sdk-transcribeservice/types.rb', line 636

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