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

GetIntentsResponse

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

§Properties

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

An array of Intent objects. For more information, see "PutBot".

§
nextToken?: string | null
[src]

If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.