| 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.LexV2Models.Types.NewCustomVocabularyItem
Description
Synopsis
- data NewCustomVocabularyItem = NewCustomVocabularyItem' {}
- newNewCustomVocabularyItem :: Text -> NewCustomVocabularyItem
- newCustomVocabularyItem_displayAs :: Lens' NewCustomVocabularyItem (Maybe Text)
- newCustomVocabularyItem_weight :: Lens' NewCustomVocabularyItem (Maybe Natural)
- newCustomVocabularyItem_phrase :: Lens' NewCustomVocabularyItem Text
Documentation
data NewCustomVocabularyItem Source #
The new custom vocabulary item from the custom vocabulary list.
See: newNewCustomVocabularyItem smart constructor.
Constructors
| NewCustomVocabularyItem' | |
Fields
| |
Instances
newNewCustomVocabularyItem Source #
Create a value of NewCustomVocabularyItem 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:displayAs:NewCustomVocabularyItem', newCustomVocabularyItem_displayAs - The display as value assigned to the new custom vocabulary item from the
custom vocabulary list.
$sel:weight:NewCustomVocabularyItem', newCustomVocabularyItem_weight - The weight assigned to the new custom vocabulary item from the custom
vocabulary list.
$sel:phrase:NewCustomVocabularyItem', newCustomVocabularyItem_phrase - The unique phrase for the new custom vocabulary item from the custom
vocabulary list.
newCustomVocabularyItem_displayAs :: Lens' NewCustomVocabularyItem (Maybe Text) Source #
The display as value assigned to the new custom vocabulary item from the custom vocabulary list.
newCustomVocabularyItem_weight :: Lens' NewCustomVocabularyItem (Maybe Natural) Source #
The weight assigned to the new custom vocabulary item from the custom vocabulary list.
newCustomVocabularyItem_phrase :: Lens' NewCustomVocabularyItem Text Source #
The unique phrase for the new custom vocabulary item from the custom vocabulary list.