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

UpdateCallAnalyticsCategoryRequest

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

§Properties

§
CategoryName: string
[src]

The name of the analytics category to update. The name is case sensitive. If you try to update a call analytics category with the same name as a previous category you will receive a ConflictException error.

§
Rules: Rule[]
[src]

The rules used for the updated analytics category. The rules that you provide in this field replace the ones that are currently being used.