| 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.GrammarSlotTypeSetting
Description
Documentation
data GrammarSlotTypeSetting Source #
Settings requried for a slot type based on a grammar that you provide.
See: newGrammarSlotTypeSetting smart constructor.
Constructors
| GrammarSlotTypeSetting' | |
Fields
| |
Instances
newGrammarSlotTypeSetting :: GrammarSlotTypeSetting Source #
Create a value of GrammarSlotTypeSetting 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:source:GrammarSlotTypeSetting', grammarSlotTypeSetting_source - The source of the grammar used to create the slot type.
grammarSlotTypeSetting_source :: Lens' GrammarSlotTypeSetting (Maybe GrammarSlotTypeSource) Source #
The source of the grammar used to create the slot type.