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

GetSlotTypesResponse

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

§Properties

§
nextToken?: string | null
[src]

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

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

An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.