Skip to main content

ITranscribeUpdateCallAnalyticsCategoryRequest

Interface in AWS.Transcribe

Interface for UpdateCallAnalyticsCategory requests.

Ancestors

Properties

CategoryName

property CategoryName: string

Specify the name of a Call Analytics category to update.

InputType

property InputType: string

Specify whether you want to update a real-time or post-call category.

Valid values: POST_CALL | REAL_TIME.

Rules

property Rules: TList<ITranscribeRule>

Type: ITranscribeRule

Specify rules to update the category with.

These rules will replace all existing rules specified on the category.

Methods

AddRule

function AddRule(const ARule: ITranscribeRule): Integer;

ITranscribeRule

Add a rule to Rules.

Parameters

NameDescription
ARuleSpecify a rule to add to Rules.

Returns

Returns the index of the rule added to Rules.