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

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_nameString

The name of the Call Analytics category you want to update. Category names are case sensitive.

Returns:

  • (String)


5613
5614
5615
5616
5617
5618
5619
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 5613

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)


5613
5614
5615
5616
5617
5618
5619
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 5613

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:



5613
5614
5615
5616
5617
5618
5619
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 5613

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