V2models Intent Confirmation Setting Code Hook Post Code Hook Specification Success Conditional Conditional Branch
data class V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranch(val condition: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition, val name: String, val nextStep: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep, val response: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse? = null)
Constructors
Link copied to clipboard
constructor(condition: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition, name: String, nextStep: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep, response: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse? = null)
Properties
Link copied to clipboard
val condition: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchCondition
Configuration block for the expression to evaluate. If the condition is true, the branch's actions are taken. See condition
.
Link copied to clipboard
val nextStep: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchNextStep
Configuration block for the next step in the conversation. See next_step
.
Link copied to clipboard
val response: V2modelsIntentConfirmationSettingCodeHookPostCodeHookSpecificationSuccessConditionalConditionalBranchResponse? = null
Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See response
.