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

BuiltInSlotTypeSortBy

import type { BuiltInSlotTypeSortBy } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Specifies attributes for sorting a list of built-in slot types.

interface BuiltInSlotTypeSortBy {
order: SortOrder;
}

§Properties

§

The attribute to use to sort the list of built-in intents.

§

The order to sort the list. You can choose ascending or descending.