View source: R/transcribeservice_operations.R
transcribeservice_update_call_analytics_category | R Documentation |
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.
transcribeservice_update_call_analytics_category(
CategoryName,
Rules,
InputType = NULL
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.