| 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.UtteranceList
Description
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.
Constructors
| UtteranceList' | |
Fields
| |
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.