Constructors

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Configuration block for message groups that Amazon Lex uses to respond the user input. See failure_response.

Link copied to clipboard

Configuration block for conditional branches to evaluate after the dialog code hook finishes successfully. See success_conditional.

Link copied to clipboard

Configuration block for the next step the bot runs after the dialog code hook finishes successfully. See success_next_step.

Link copied to clipboard

Configuration block for message groups that Amazon Lex uses to respond the user input. See success_response.

Link copied to clipboard

Configuration block for conditional branches to evaluate if the code hook times out. See timeout_conditional.

Link copied to clipboard

Configuration block for the next step that the bot runs when the code hook times out. See timeout_next_step.

Link copied to clipboard

Configuration block for a list of message groups that Amazon Lex uses to respond the user input. See timeout_response.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationArgs