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

ListCallAnalyticsJobsRequest

import type { ListCallAnalyticsJobsRequest } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface ListCallAnalyticsJobsRequest {
JobNameContains?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Status?: CallAnalyticsJobStatus | null;
}

§Properties

§
JobNameContains?: string | null
[src]

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

§
MaxResults?: number | null
[src]

The maximum number of call analytics jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.

§
NextToken?: string | null
[src]

If you receive a truncated result in the previous request of , include NextToken to fetch the next set of jobs.

§

When specified, returns only call analytics jobs with the specified status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all analytics jobs ordered by creation date.