@Generated(value="software.amazon.awssdk:codegen") public final class AggregatedUtterancesSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregatedUtterancesSummary.Builder,AggregatedUtterancesSummary>
Provides summary information for aggregated utterances. The ListAggregatedUtterances operations combines
all instances of the same utterance into a single aggregated summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AggregatedUtterancesSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AggregatedUtterancesSummary.Builder |
builder() |
Boolean |
containsDataFromDeletedResources()
Aggregated utterance data may contain utterances from versions of your bot that have since been deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
hitCount()
The number of times that the utterance was detected by Amazon Lex during the time period.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AggregatedUtterancesSummary.Builder> |
serializableBuilderClass() |
AggregatedUtterancesSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
utterance()
The text of the utterance.
|
Instant |
utteranceFirstRecordedInAggregationDuration()
The date and time that the utterance was first recorded in the time window for aggregation.
|
Instant |
utteranceLastRecordedInAggregationDuration()
The last date and time that an utterance was recorded in the time window for aggregation.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
RecognizeUtterance operation,
the text is the transcription of the audio utterance.public final 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.
public final 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.
public final 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.
public final 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.
public final 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.
public AggregatedUtterancesSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AggregatedUtterancesSummary.Builder,AggregatedUtterancesSummary>public static AggregatedUtterancesSummary.Builder builder()
public static Class<? extends AggregatedUtterancesSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.