| 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.ElicitationCodeHookInvocationSetting
Description
Synopsis
- data ElicitationCodeHookInvocationSetting = ElicitationCodeHookInvocationSetting' {}
- newElicitationCodeHookInvocationSetting :: Bool -> ElicitationCodeHookInvocationSetting
- elicitationCodeHookInvocationSetting_invocationLabel :: Lens' ElicitationCodeHookInvocationSetting (Maybe Text)
- elicitationCodeHookInvocationSetting_enableCodeHookInvocation :: Lens' ElicitationCodeHookInvocationSetting Bool
Documentation
data ElicitationCodeHookInvocationSetting Source #
Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
See: newElicitationCodeHookInvocationSetting smart constructor.
Constructors
| ElicitationCodeHookInvocationSetting' | |
Fields
| |
Instances
newElicitationCodeHookInvocationSetting Source #
Arguments
| :: Bool |
|
| -> ElicitationCodeHookInvocationSetting |
Create a value of ElicitationCodeHookInvocationSetting 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:invocationLabel:ElicitationCodeHookInvocationSetting', elicitationCodeHookInvocationSetting_invocationLabel - A label that indicates the dialog step from which the dialog code hook
is happening.
$sel:enableCodeHookInvocation:ElicitationCodeHookInvocationSetting', elicitationCodeHookInvocationSetting_enableCodeHookInvocation - Indicates whether a Lambda function should be invoked for the dialog.
elicitationCodeHookInvocationSetting_invocationLabel :: Lens' ElicitationCodeHookInvocationSetting (Maybe Text) Source #
A label that indicates the dialog step from which the dialog code hook is happening.
elicitationCodeHookInvocationSetting_enableCodeHookInvocation :: Lens' ElicitationCodeHookInvocationSetting Bool Source #
Indicates whether a Lambda function should be invoked for the dialog.