Class AggregatedUtterancesSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- 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.
 
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final BooleanAggregated utterance data may contain utterances from versions of your bot that have since been deleted.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerhitCount()The number of times that the utterance was detected by Amazon Lex during the time period.final IntegerThe number of times that the utterance was missed by Amazon Lex An utterance is missed when it doesn't activate an intent or slot.static Class<? extends AggregatedUtterancesSummary.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringThe text of the utterance.final InstantThe date and time that the utterance was first recorded in the time window for aggregation.final InstantThe last date and time that an utterance was recorded in the time window for aggregation.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
utteranceThe text of the utterance. If the utterance was used with the RecognizeUtteranceoperation, the text is the transcription of the audio utterance.- Returns:
- The text of the utterance. If the utterance was used with the RecognizeUtteranceoperation, the text is the transcription of the audio utterance.
 
- 
hitCountThe 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. - Returns:
- 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.
 
- 
missedCountThe number of times that the utterance was missed by Amazon Lex An utterance is missed when it doesn't activate an intent or slot. - Returns:
- 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.
 
- 
utteranceFirstRecordedInAggregationDurationThe 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. - Returns:
- 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.
 
- 
utteranceLastRecordedInAggregationDurationThe 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. - Returns:
- 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.
 
- 
containsDataFromDeletedResourcesAggregated 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. - Returns:
- 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AggregatedUtterancesSummary.Builder,- AggregatedUtterancesSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-