Class: Aws::TranscribeService::Types::GetCallAnalyticsCategoryRequest

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_nameString

The name of the Call Analytics category you want information about. Category names are case sensitive.

Returns:

  • (String)


1286
1287
1288
1289
1290
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1286

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