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

Categories

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

Provides the category rules that are used to automatically categorize contacts based on uttered keywords and phrases.

interface Categories {
MatchedCategories: string[];
MatchedDetails: {
[key: string]: CategoryDetails | null | undefined;
}
;
}

§Properties

§
MatchedCategories: string[]
[src]

The category rules that have been matched in the analyzed segment.

§
MatchedDetails: {
[key: string]: CategoryDetails | null | undefined;
}
[src]

The category rule that was matched and when it occurred in the transcript.