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

BotLocaleSortBy

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

Specifies attributes for sorting a list of bot locales.

interface BotLocaleSortBy {
order: SortOrder;
}

§Properties

§

The bot locale attribute to sort by.

§

Specifies whether to sort the bot locales in ascending or descending order.