Class AggregatedUtterancesSummary

    • Method Detail

      • utterance

        public 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.

        Returns:
        The text of the utterance. If the utterance was used with the RecognizeUtterance operation, the text is the transcription of the audio utterance.
      • hitCount

        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.

        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.
      • missedCount

        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.

        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.
      • utteranceFirstRecordedInAggregationDuration

        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.

        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.
      • utteranceLastRecordedInAggregationDuration

        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.

        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.
      • containsDataFromDeletedResources

        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.

        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)