V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepArgs

data class V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepArgs(val dialogAction: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepDialogActionArgs>? = null, val intent: Output<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepIntentArgs>? = null, val sessionAttributes: Output<Map<String, String>>? = null) : ConvertibleToJava<V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchNextStepArgs>

Properties

Link copied to clipboard

Configuration block for action that the bot executes at runtime when the conversation reaches this step. See dialog_action.

Link copied to clipboard

Configuration block for override settings to configure the intent state. See intent.

Link copied to clipboard
val sessionAttributes: Output<Map<String, String>>? = null

Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.

Functions

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