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.4/services/transcribeservice.ts?docs=full";
interface UpdateCallAnalyticsCategoryRequest {
CategoryName: string;
InputType?: InputType | null;
Rules: Rule[];
}

§Properties

§
CategoryName: string
[src]

The name of the Call Analytics category you want to update. Category names are case sensitive.

§
InputType?: InputType | null
[src]

Choose whether you want to update a streaming or a batch Call Analytics category. The input type you specify must match the input type specified when the category was created. For example, if you created a category with the POST_CALL input type, you must use POST_CALL as the input type when updating this category.

§
Rules: Rule[]
[src]

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