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

IntentSortBy

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

Specifies attributes for sorting a list of intents.

interface IntentSortBy {
order: SortOrder;
}

§Properties

§

The attribute to use to sort the list of intents.

§

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