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

BotSortBy

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

Specifies attributes for sorting a list of bots.

interface BotSortBy {
attribute: BotSortAttribute;
order: SortOrder;
}

§Properties

§

The attribute to use to sort the list of bots.

§

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