You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::UtteranceData

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about a single utterance that was made to your bot.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of times that the utterance was processed.

Returns:

  • (Integer)

    The number of times that the utterance was processed.

#distinct_usersInteger

The total number of individuals that used the utterance.

Returns:

  • (Integer)

    The total number of individuals that used the utterance.

#first_uttered_dateTime

The date that the utterance was first recorded.

Returns:

  • (Time)

    The date that the utterance was first recorded.

#last_uttered_dateTime

The date that the utterance was last recorded.

Returns:

  • (Time)

    The date that the utterance was last recorded.

#utterance_stringString

The text that was entered by the user or the text representation of an audio clip.

Returns:

  • (String)

    The text that was entered by the user or the text representation of an audio clip.