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

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



646
647
648
649
650
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 646

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