CategoryProperties

Provides you with the properties of the Call Analytics category you specified in your request. This includes the list of rules that define the specified category.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Call Analytics category. Category names are case sensitive and must be unique within an Amazon Web Services account.

Link copied to clipboard

The date and time the specified Call Analytics category was created.

Link copied to clipboard

The input type associated with the specified category. POST_CALL refers to a category that is applied to batch transcriptions; REAL_TIME refers to a category that is applied to streaming transcriptions.

Link copied to clipboard

The date and time the specified Call Analytics category was last updated.

Link copied to clipboard
val rules: List<Rule>?

The rules used to define a Call Analytics category. Each category can have between 1 and 20 rules.

Link copied to clipboard
val tags: List<Tag>?

The tags, each in the form of a key:value pair, assigned to the specified call analytics category.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String