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.
Creates a new Call Analytics category.
All categories are automatically applied to your Call Analytics transcriptions. Note that in order to apply categories to your transcriptions, you must create them before submitting your transcription request, as categories cannot be applied retroactively.
When creating a new category, you can use the InputType
parameter to label
the category as a POST_CALL
or a REAL_TIME
category. POST_CALL
categories can only be applied to post-call transcriptions and REAL_TIME
categories
can only be applied to real-time transcriptions. If you do not include InputType
,
your category is created as a POST_CALL
category by default.
Call Analytics categories are composed of rules. For each category, you must create between 1 and 20 rules. Rules can include these parameters: , , , and .
To update an existing category, see .
To learn more about Call Analytics categories, see Creating categories for post-call transcriptions and Creating categories for real-time transcriptions.
This is an asynchronous operation using the standard naming convention for .NET 4.5 or higher. For .NET 3.5 the operation is implemented as a pair of methods using the standard naming convention of BeginCreateCallAnalyticsCategory and EndCreateCallAnalyticsCategory.
Namespace: Amazon.TranscribeService
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public virtual Task<CreateCallAnalyticsCategoryResponse> CreateCallAnalyticsCategoryAsync( CreateCallAnalyticsCategoryRequest request, CancellationToken cancellationToken )
Container for the necessary parameters to execute the CreateCallAnalyticsCategory service method.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Exception | Condition |
---|---|
BadRequestException | Your request didn't pass one or more validation tests. This can occur when the entity you're trying to delete doesn't exist or if it's in a non-terminal state (such as IN PROGRESS). See the exception message field for more information. |
ConflictException | A resource already exists with this name. Resource names must be unique within an Amazon Web Services account. |
InternalFailureException | There was an internal error. Check the error message, correct the issue, and try your request again. |
LimitExceededException | You've either sent too many requests or your input file is too long. Wait before retrying your request, or use a smaller file and try your request again. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer