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

SlotFilter

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

Filters the response from the ListSlots operation.

interface SlotFilter {
values: string[];
}

§Properties

§

The name of the field to use for filtering.

§

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

§
values: string[]
[src]

The value to use to filter the response.