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

GetBuiltinIntentsResponse

import type { GetBuiltinIntentsResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetBuiltinIntentsResponse {
intents?: BuiltinIntentMetadata[] | null;
nextToken?: string | null;
}

§Properties

§
intents?: BuiltinIntentMetadata[] | null
[src]

An array of builtinIntentMetadata objects, one for each intent in the response.

§
nextToken?: string | null
[src]

A pagination token that fetches the next page of intents. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, specify the pagination token in the next request.