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

GetBuiltinSlotTypesResponse

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

§Properties

§
nextToken?: string | null
[src]

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

§
slotTypes?: BuiltinSlotTypeMetadata[] | null
[src]

An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.