transcribeservice_update_call_analytics_category: Updates the specified Call Analytics category with new rules

View source: R/transcribeservice_operations.R

transcribeservice_update_call_analytics_categoryR Documentation

Updates the specified Call Analytics category with new rules

Description

Updates the specified Call Analytics category with new rules. Note that the update_call_analytics_category operation overwrites all existing rules contained in the specified category. You cannot append additional rules onto an existing category.

See https://www.paws-r-sdk.com/docs/transcribeservice_update_call_analytics_category/ for full documentation.

Usage

transcribeservice_update_call_analytics_category(
  CategoryName,
  Rules,
  InputType = NULL
)

Arguments

CategoryName

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

Rules

[required] 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.

InputType

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.