| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatedUtterancesSummary |
AggregatedUtterancesSummary.clone() |
AggregatedUtterancesSummary |
AggregatedUtterancesSummary.withContainsDataFromDeletedResources(Boolean containsDataFromDeletedResources)
Aggregated utterance data may contain utterances from versions of your bot that have since been deleted.
|
AggregatedUtterancesSummary |
AggregatedUtterancesSummary.withHitCount(Integer hitCount)
The number of times that the utterance was detected by Amazon Lex during the time period.
|
AggregatedUtterancesSummary |
AggregatedUtterancesSummary.withMissedCount(Integer missedCount)
The number of times that the utterance was missed by Amazon Lex An utterance is missed when it doesn't activate
an intent or slot.
|
AggregatedUtterancesSummary |
AggregatedUtterancesSummary.withUtterance(String utterance)
The text of the utterance.
|
AggregatedUtterancesSummary |
AggregatedUtterancesSummary.withUtteranceFirstRecordedInAggregationDuration(Date utteranceFirstRecordedInAggregationDuration)
The date and time that the utterance was first recorded in the time window for aggregation.
|
AggregatedUtterancesSummary |
AggregatedUtterancesSummary.withUtteranceLastRecordedInAggregationDuration(Date utteranceLastRecordedInAggregationDuration)
The last date and time that an utterance was recorded in the time window for aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregatedUtterancesSummary> |
ListAggregatedUtterancesResult.getAggregatedUtterancesSummaries()
Summaries of the aggregated utterance data.
|
| Modifier and Type | Method and Description |
|---|---|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withAggregatedUtterancesSummaries(AggregatedUtterancesSummary... aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAggregatedUtterancesResult.setAggregatedUtterancesSummaries(Collection<AggregatedUtterancesSummary> aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data.
|
ListAggregatedUtterancesResult |
ListAggregatedUtterancesResult.withAggregatedUtterancesSummaries(Collection<AggregatedUtterancesSummary> aggregatedUtterancesSummaries)
Summaries of the aggregated utterance data.
|
Copyright © 2024. All rights reserved.