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