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

AggregatedUtterancesFilter

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

Filters responses returned by the ListAggregatedUtterances operation.

interface AggregatedUtterancesFilter {
values: string[];
}

§Properties

§

The name of the field to filter the utterance list.

§

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

§
values: string[]
[src]

The value to use for filtering the list of bots.