Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateCallAnalyticsCategoryRequest

import type { CreateCallAnalyticsCategoryRequest } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface CreateCallAnalyticsCategoryRequest {
CategoryName: string;
Rules: Rule[];
}

§Properties

§
CategoryName: string
[src]

The name that you choose for your category when you create it.

§
Rules: Rule[]
[src]

To create a category, you must specify between 1 and 20 rules. For each rule, you specify a filter to be applied to the attributes of the call. For example, you can specify a sentiment filter to detect if the customer's sentiment was negative or neutral.