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

GetSlotTypeVersionsResponse

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

§Properties

§
nextToken?: string | null
[src]

A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

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

An array of SlotTypeMetadata objects, one for each numbered version of the slot type plus one for the $LATEST version.