Updates the specified Call Analytics category with new rules
Source:R/transcribeservice_operations.R
transcribeservice_update_call_analytics_category.RdUpdates 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.
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_CALLinput type, you must usePOST_CALLas the input type when updating this category.