ITranscribeCreateCallAnalyticsCategoryRequest
Interface in AWS.Transcribe
Interface for CreateCallAnalyticsCategory requests.
Ancestors
Properties
CategoryName
property CategoryName: string
Specify a unique name for the Call Analytics category.
InputType
property InputType: string
Specify whether the category is a real-time or post-call category.
Valid values: POST_CALL | REAL_TIME. When not specified, the category will be created as a post-call category.
Rules
property Rules: TList<ITranscribeRule>
Type: ITranscribeRule
Specify rules that define the category.
Methods
AddRule
function AddRule(const ARule: ITranscribeRule): Integer;
Add a rule to Rules.
Parameters
| Name | Description |
|---|---|
ARule | Specify a rule to add to Rules. |
Returns
Returns the index of the rule added to Rules.