AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

To create a new category, see .

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.TranscribeService.AmazonTranscribeServiceRequest
      Amazon.TranscribeService.Model.UpdateCallAnalyticsCategoryRequest

Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateCallAnalyticsCategoryRequest : AmazonTranscribeServiceRequest
         IAmazonWebServiceRequest

The UpdateCallAnalyticsCategoryRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CategoryName System.String

Gets and sets the property CategoryName.

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

Public Property InputType Amazon.TranscribeService.InputType

Gets and sets the property 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.

Public Property Rules System.Collections.Generic.List<Amazon.TranscribeService.Model.Rule>

Gets and sets the property Rules.

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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer