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

BotFilter

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

Filters the responses returned by the ListBots operation.

interface BotFilter {
values: string[];
}

§Properties

§

The name of the field to filter the list of bots.

§

The operator to use for the filter. Specify EQ when the ListBots operation should return only aliases that equal the specified value. Specify CO when the ListBots operation should return aliases that contain the specified value.

§
values: string[]
[src]

The value to use for filtering the list of bots.