Class: Aws::LexModelsV2::Types::SlotCaptureSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotCaptureSetting
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Settings used when Amazon Lex successfully captures a slot value from a user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capture_conditional ⇒ Types::ConditionalSpecification
A list of conditional branches to evaluate after the slot value is captured.
-
#capture_next_step ⇒ Types::DialogState
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
-
#capture_response ⇒ Types::ResponseSpecification
Specifies a list of message groups that Amazon Lex uses to respond the user input.
-
#code_hook ⇒ Types::DialogCodeHookInvocationSetting
Code hook called after Amazon Lex successfully captures a slot value.
-
#elicitation_code_hook ⇒ Types::ElicitationCodeHookInvocationSetting
Code hook called when Amazon Lex doesn't capture a slot value.
-
#failure_conditional ⇒ Types::ConditionalSpecification
A list of conditional branches to evaluate when the slot value isn't captured.
-
#failure_next_step ⇒ Types::DialogState
Specifies the next step that the bot runs when the slot value code is not recognized.
-
#failure_response ⇒ Types::ResponseSpecification
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Instance Attribute Details
#capture_conditional ⇒ Types::ConditionalSpecification
A list of conditional branches to evaluate after the slot value is captured.
12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12293 class SlotCaptureSetting < Struct.new( :capture_response, :capture_next_step, :capture_conditional, :failure_response, :failure_next_step, :failure_conditional, :code_hook, :elicitation_code_hook) SENSITIVE = [] include Aws::Structure end |
#capture_next_step ⇒ Types::DialogState
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12293 class SlotCaptureSetting < Struct.new( :capture_response, :capture_next_step, :capture_conditional, :failure_response, :failure_next_step, :failure_conditional, :code_hook, :elicitation_code_hook) SENSITIVE = [] include Aws::Structure end |
#capture_response ⇒ Types::ResponseSpecification
Specifies a list of message groups that Amazon Lex uses to respond the user input.
12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12293 class SlotCaptureSetting < Struct.new( :capture_response, :capture_next_step, :capture_conditional, :failure_response, :failure_next_step, :failure_conditional, :code_hook, :elicitation_code_hook) SENSITIVE = [] include Aws::Structure end |
#code_hook ⇒ Types::DialogCodeHookInvocationSetting
Code hook called after Amazon Lex successfully captures a slot value.
12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12293 class SlotCaptureSetting < Struct.new( :capture_response, :capture_next_step, :capture_conditional, :failure_response, :failure_next_step, :failure_conditional, :code_hook, :elicitation_code_hook) SENSITIVE = [] include Aws::Structure end |
#elicitation_code_hook ⇒ Types::ElicitationCodeHookInvocationSetting
Code hook called when Amazon Lex doesn't capture a slot value.
12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12293 class SlotCaptureSetting < Struct.new( :capture_response, :capture_next_step, :capture_conditional, :failure_response, :failure_next_step, :failure_conditional, :code_hook, :elicitation_code_hook) SENSITIVE = [] include Aws::Structure end |
#failure_conditional ⇒ Types::ConditionalSpecification
A list of conditional branches to evaluate when the slot value isn't captured.
12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12293 class SlotCaptureSetting < Struct.new( :capture_response, :capture_next_step, :capture_conditional, :failure_response, :failure_next_step, :failure_conditional, :code_hook, :elicitation_code_hook) SENSITIVE = [] include Aws::Structure end |
#failure_next_step ⇒ Types::DialogState
Specifies the next step that the bot runs when the slot value code is not recognized.
12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12293 class SlotCaptureSetting < Struct.new( :capture_response, :capture_next_step, :capture_conditional, :failure_response, :failure_next_step, :failure_conditional, :code_hook, :elicitation_code_hook) SENSITIVE = [] include Aws::Structure end |
#failure_response ⇒ Types::ResponseSpecification
Specifies a list of message groups that Amazon Lex uses to respond the user input.
12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12293 class SlotCaptureSetting < Struct.new( :capture_response, :capture_next_step, :capture_conditional, :failure_response, :failure_next_step, :failure_conditional, :code_hook, :elicitation_code_hook) SENSITIVE = [] include Aws::Structure end |