V2models Intent Initial Response Setting Code Hook Post Code Hook Specification Args
Constructors
Properties
Configuration block for 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.
Configuration block for 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 . See failure_next_step
.
Configuration block for message groups that Amazon Lex uses to respond the user input. See failure_response
.
Configuration block for conditional branches to evaluate after the dialog code hook finishes successfully. See success_conditional
.
Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See success_next_step
.
Configuration block for message groups that Amazon Lex uses to respond the user input. See success_response
.
Configuration block for conditional branches to evaluate if the code hook times out. See timeout_conditional
.
Configuration block for the next step that the bot runs when the code hook times out. See timeout_next_step
.
Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See timeout_response
.