Class: Aws::TranscribeService::Types::UpdateCallAnalyticsCategoryRequest

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 to update. Category names are case sensitive.

Returns:

  • (String)


4887
4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4887

class UpdateCallAnalyticsCategoryRequest < Struct.new(
  :category_name,
  :rules,
  :input_type)
  SENSITIVE = []
  include Aws::Structure
end

#input_typeString

Choose whether you want to update a real-time or a post-call category. The input type you specify must match the input type specified when the category was created. For example, if you created a category with the ‘POST_CALL` input type, you must use `POST_CALL` as the input type when updating this category.

Returns:

  • (String)


4887
4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4887

class UpdateCallAnalyticsCategoryRequest < Struct.new(
  :category_name,
  :rules,
  :input_type)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::Rule>

The rules used for the updated Call Analytics category. The rules you provide in this field replace the ones that are currently being used in the specified category.

Returns:



4887
4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4887

class UpdateCallAnalyticsCategoryRequest < Struct.new(
  :category_name,
  :rules,
  :input_type)
  SENSITIVE = []
  include Aws::Structure
end