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
Documentation
data UtteranceList Source #
Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.
See: newUtteranceList
smart constructor.
UtteranceList' | |
|
Instances
newUtteranceList :: UtteranceList Source #
Create a value of UtteranceList
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:botVersion:UtteranceList'
, utteranceList_botVersion
- The version of the bot that processed the list.
$sel:utterances:UtteranceList'
, utteranceList_utterances
- One or more UtteranceData objects that contain information about the
utterances that have been made to a bot. The maximum number of object is
100.
utteranceList_botVersion :: Lens' UtteranceList (Maybe Text) Source #
The version of the bot that processed the list.
utteranceList_utterances :: Lens' UtteranceList (Maybe [UtteranceData]) Source #
One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.