ListAggregatedUtterancesResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The time period used to aggregate the utterance data.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The identifier of the bot that contains the utterances.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String