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

GetUtterancesViewResponse

import type { GetUtterancesViewResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetUtterancesViewResponse {
botName?: string | null;
utterances?: UtteranceList[] | null;
}

§Properties

§
botName?: string | null
[src]

The name of the bot for which utterance information was returned.

§
utterances?: UtteranceList[] | null
[src]

An array of "UtteranceList" objects, each containing a list of "UtteranceData" objects describing the utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData objects for each version. Amazon Lex returns the most frequent utterances received by the bot in the last 15 days.