V2models Intent Confirmation Setting Confirmation Conditional Conditional Branch
data class V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranch(val condition: V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition, val name: String, val nextStep: V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep, val response: V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse? = null)
Constructors
Link copied to clipboard
constructor(condition: V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchCondition, name: String, nextStep: V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchNextStep, response: V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse? = 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
val response: V2modelsIntentConfirmationSettingConfirmationConditionalConditionalBranchResponse? = null
Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See response.