| 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.DialogCodeHookSettings
Description
Documentation
data DialogCodeHookSettings Source #
Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
See: newDialogCodeHookSettings smart constructor.
Constructors
| DialogCodeHookSettings' | |
Instances
newDialogCodeHookSettings Source #
Create a value of DialogCodeHookSettings 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:enabled:DialogCodeHookSettings', dialogCodeHookSettings_enabled - Enables the dialog code hook so that it processes user requests.
dialogCodeHookSettings_enabled :: Lens' DialogCodeHookSettings Bool Source #
Enables the dialog code hook so that it processes user requests.