Bot Post Dialog Code Hook Invocation Specification Args
Constructors
Properties
A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the State
field of the Intent
object set to Failed
.
Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the State
field of the Intent
object set to Failed
.
Specifies a list of message groups that Amazon Lex uses to respond the user input when the code hook fails.
A list of conditional branches to evaluate after the dialog code hook finishes successfully.
Specifics the next step the bot runs after the dialog code hook finishes successfully.
Specifies a list of message groups that Amazon Lex uses to respond when the code hook succeeds.
A list of conditional branches to evaluate if the code hook times out.
Specifies the next step that the bot runs when the code hook times out.
Specifies a list of message groups that Amazon Lex uses to respond to the user input when the code hook times out.