| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexModels.Types.UtteranceData
Description
Synopsis
- data UtteranceData = UtteranceData' {}
- newUtteranceData :: UtteranceData
- utteranceData_count :: Lens' UtteranceData (Maybe Int)
- utteranceData_distinctUsers :: Lens' UtteranceData (Maybe Int)
- utteranceData_firstUtteredDate :: Lens' UtteranceData (Maybe UTCTime)
- utteranceData_lastUtteredDate :: Lens' UtteranceData (Maybe UTCTime)
- utteranceData_utteranceString :: Lens' UtteranceData (Maybe Text)
Documentation
data UtteranceData Source #
Provides information about a single utterance that was made to your bot.
See: newUtteranceData smart constructor.
Constructors
| UtteranceData' | |
Fields
| |
Instances
newUtteranceData :: UtteranceData Source #
Create a value of UtteranceData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:count:UtteranceData', utteranceData_count - The number of times that the utterance was processed.
$sel:distinctUsers:UtteranceData', utteranceData_distinctUsers - The total number of individuals that used the utterance.
$sel:firstUtteredDate:UtteranceData', utteranceData_firstUtteredDate - The date that the utterance was first recorded.
$sel:lastUtteredDate:UtteranceData', utteranceData_lastUtteredDate - The date that the utterance was last recorded.
$sel:utteranceString:UtteranceData', utteranceData_utteranceString - The text that was entered by the user or the text representation of an
audio clip.
utteranceData_count :: Lens' UtteranceData (Maybe Int) Source #
The number of times that the utterance was processed.
utteranceData_distinctUsers :: Lens' UtteranceData (Maybe Int) Source #
The total number of individuals that used the utterance.
utteranceData_firstUtteredDate :: Lens' UtteranceData (Maybe UTCTime) Source #
The date that the utterance was first recorded.
utteranceData_lastUtteredDate :: Lens' UtteranceData (Maybe UTCTime) Source #
The date that the utterance was last recorded.
utteranceData_utteranceString :: Lens' UtteranceData (Maybe Text) Source #
The text that was entered by the user or the text representation of an audio clip.