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