Class: Aws::LexModelsV2::Types::ElicitationCodeHookInvocationSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ElicitationCodeHookInvocationSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_code_hook_invocation ⇒ Boolean
Indicates whether a Lambda function should be invoked for the dialog.
-
#invocation_label ⇒ String
A label that indicates the dialog step from which the dialog code hook is happening.
Instance Attribute Details
#enable_code_hook_invocation ⇒ Boolean
Indicates whether a Lambda function should be invoked for the dialog.
7299 7300 7301 7302 7303 7304 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7299 class ElicitationCodeHookInvocationSetting < Struct.new( :enable_code_hook_invocation, :invocation_label) SENSITIVE = [] include Aws::Structure end |
#invocation_label ⇒ String
A label that indicates the dialog step from which the dialog code hook is happening.
7299 7300 7301 7302 7303 7304 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7299 class ElicitationCodeHookInvocationSetting < Struct.new( :enable_code_hook_invocation, :invocation_label) SENSITIVE = [] include Aws::Structure end |