public static interface AggregatedUtterancesSummary.Builder extends SdkPojo, CopyableBuilder<AggregatedUtterancesSummary.Builder,AggregatedUtterancesSummary>
| Modifier and Type | Method and Description |
|---|---|
AggregatedUtterancesSummary.Builder |
containsDataFromDeletedResources(Boolean containsDataFromDeletedResources)
Aggregated utterance data may contain utterances from versions of your bot that have since been deleted.
|
AggregatedUtterancesSummary.Builder |
hitCount(Integer hitCount)
The number of times that the utterance was detected by Amazon Lex during the time period.
|
AggregatedUtterancesSummary.Builder |
missedCount(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.Builder |
utterance(String utterance)
The text of the utterance.
|
AggregatedUtterancesSummary.Builder |
utteranceFirstRecordedInAggregationDuration(Instant utteranceFirstRecordedInAggregationDuration)
The date and time that the utterance was first recorded in the time window for aggregation.
|
AggregatedUtterancesSummary.Builder |
utteranceLastRecordedInAggregationDuration(Instant utteranceLastRecordedInAggregationDuration)
The last date and time that an utterance was recorded in the time window for aggregation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregatedUtterancesSummary.Builder utterance(String utterance)
The text of the utterance. If the utterance was used with the RecognizeUtterance operation, the
text is the transcription of the audio utterance.
utterance - The text of the utterance. If the utterance was used with the RecognizeUtterance
operation, the text is the transcription of the audio utterance.AggregatedUtterancesSummary.Builder hitCount(Integer hitCount)
The number of times that the utterance was detected by Amazon Lex during the time period. When an utterance is detected, it activates an intent or a slot.
hitCount - The number of times that the utterance was detected by Amazon Lex during the time period. When an
utterance is detected, it activates an intent or a slot.AggregatedUtterancesSummary.Builder missedCount(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.
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.Builder utteranceFirstRecordedInAggregationDuration(Instant utteranceFirstRecordedInAggregationDuration)
The date and time that the utterance was first recorded in the time window for aggregation. An utterance may have been sent to Amazon Lex before that time, but only utterances within the time window are counted.
utteranceFirstRecordedInAggregationDuration - The date and time that the utterance was first recorded in the time window for aggregation. An
utterance may have been sent to Amazon Lex before that time, but only utterances within the time
window are counted.AggregatedUtterancesSummary.Builder utteranceLastRecordedInAggregationDuration(Instant utteranceLastRecordedInAggregationDuration)
The last date and time that an utterance was recorded in the time window for aggregation. An utterance may be sent to Amazon Lex after that time, but only utterances within the time window are counted.
utteranceLastRecordedInAggregationDuration - The last date and time that an utterance was recorded in the time window for aggregation. An utterance
may be sent to Amazon Lex after that time, but only utterances within the time window are counted.AggregatedUtterancesSummary.Builder containsDataFromDeletedResources(Boolean containsDataFromDeletedResources)
Aggregated utterance data may contain utterances from versions of your bot that have since been deleted. When the aggregated contains this kind of data, this field is set to true.
containsDataFromDeletedResources - Aggregated utterance data may contain utterances from versions of your bot that have since been
deleted. When the aggregated contains this kind of data, this field is set to true.Copyright © 2021. All rights reserved.