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

ListAggregatedUtterancesResponse

import type { ListAggregatedUtterancesResponse } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface ListAggregatedUtterancesResponse {
aggregatedUtterancesSummaries?: AggregatedUtterancesSummary[] | null;
aggregationDuration?: UtteranceAggregationDuration | null;
aggregationLastRefreshedDateTime?: Date | number | null;
aggregationWindowEndTime?: Date | number | null;
aggregationWindowStartTime?: Date | number | null;
botAliasId?: string | null;
botId?: string | null;
botVersion?: string | null;
localeId?: string | null;
nextToken?: string | null;
}

§Properties

§
aggregatedUtterancesSummaries?: AggregatedUtterancesSummary[] | null
[src]

Summaries of the aggregated utterance data. Each response contains information about the number of times that the utterance was seen during the time period, whether it was detected or missed, and when it was seen during the time period.

§
aggregationDuration?: UtteranceAggregationDuration | null
[src]

The time period used to aggregate the utterance data.

§
aggregationLastRefreshedDateTime?: Date | number | null
[src]

The last date and time that the aggregated data was collected. The time period depends on the length of the aggregation window.

  • Hours - for 1 hour time window, every half hour; otherwise every hour.
  • Days - every 6 hours
  • Weeks - for a one week time window, every 12 hours; otherwise, every day
§
aggregationWindowEndTime?: Date | number | null
[src]

The date and time that the aggregation window ends. Only data collected between the start time and the end time are returned in the results.

§
aggregationWindowStartTime?: Date | number | null
[src]

The date and time that the aggregation window begins. Only data collected after this time is returned in the results.

§
botAliasId?: string | null
[src]

The identifier of the bot alias that contains the utterances. If you specified the bot version, the bot alias ID isn't returned.

§
botId?: string | null
[src]

The identifier of the bot that contains the utterances.

§
botVersion?: string | null
[src]

The identifier of the bot version that contains the utterances. If you specified the bot alias, the bot version isn't returned.

§
localeId?: string | null
[src]

The identifier of the language and locale that the utterances are in.

§
nextToken?: string | null
[src]

A token that indicates whether there are more results to return in a response to the ListAggregatedUtterances operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListAggregatedUtterances operation request to get the next page of results.