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

CategoryProperties

import type { CategoryProperties } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";

An object that contains the rules and additional information about a call analytics category.

interface CategoryProperties {
CategoryName?: string | null;
CreateTime?: Date | number | null;
LastUpdateTime?: Date | number | null;
Rules?: Rule[] | null;
}

§Properties

§
CategoryName?: string | null
[src]

The name of the call analytics category.

§
CreateTime?: Date | number | null
[src]

A timestamp that shows when the call analytics category was created.

§
LastUpdateTime?: Date | number | null
[src]

A timestamp that shows when the call analytics category was most recently updated.

§
Rules?: Rule[] | null
[src]

The rules used to create a call analytics category.