Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data UtteranceData = UtteranceData' {}
- newUtteranceData :: UtteranceData
- utteranceData_firstUtteredDate :: Lens' UtteranceData (Maybe UTCTime)
- utteranceData_count :: Lens' UtteranceData (Maybe Int)
- utteranceData_utteranceString :: Lens' UtteranceData (Maybe Text)
- utteranceData_lastUtteredDate :: Lens' UtteranceData (Maybe UTCTime)
- utteranceData_distinctUsers :: Lens' UtteranceData (Maybe Int)
Documentation
data UtteranceData Source #
Provides information about a single utterance that was made to your bot.
See: newUtteranceData
smart constructor.
UtteranceData' | |
|
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:firstUtteredDate:UtteranceData'
, utteranceData_firstUtteredDate
- The date that the utterance was first recorded.
$sel:count:UtteranceData'
, utteranceData_count
- The number of times that the utterance was processed.
$sel:utteranceString:UtteranceData'
, utteranceData_utteranceString
- The text that was entered by the user or the text representation of an
audio clip.
$sel:lastUtteredDate:UtteranceData'
, utteranceData_lastUtteredDate
- The date that the utterance was last recorded.
$sel:distinctUsers:UtteranceData'
, utteranceData_distinctUsers
- 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_count :: Lens' UtteranceData (Maybe Int) Source #
The number of times that the utterance was processed.
utteranceData_utteranceString :: Lens' UtteranceData (Maybe Text) Source #
The text that was entered by the user or the text representation of an audio clip.
utteranceData_lastUtteredDate :: Lens' UtteranceData (Maybe UTCTime) Source #
The date that the utterance was last recorded.
utteranceData_distinctUsers :: Lens' UtteranceData (Maybe Int) Source #
The total number of individuals that used the utterance.