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

BuiltInIntentSortBy

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

Specifies attributes for sorting a list of built-in intents.

interface BuiltInIntentSortBy {
order: SortOrder;
}

§Properties

§

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

§

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