Interface AggregatedUtterancesSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AggregatedUtterancesSummary.Builder,AggregatedUtterancesSummary>, SdkBuilder<AggregatedUtterancesSummary.Builder,AggregatedUtterancesSummary>, SdkPojo
Enclosing class:
AggregatedUtterancesSummary

public static interface AggregatedUtterancesSummary.Builder extends SdkPojo, CopyableBuilder<AggregatedUtterancesSummary.Builder,AggregatedUtterancesSummary>
  • Method Details

    • utterance

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

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • missedCount

      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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • utteranceFirstRecordedInAggregationDuration

      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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • utteranceLastRecordedInAggregationDuration

      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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • containsDataFromDeletedResources

      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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.