V2models Intent Closing Setting Conditional Conditional Branch
data class V2modelsIntentClosingSettingConditionalConditionalBranch(val condition: V2modelsIntentClosingSettingConditionalConditionalBranchCondition, val name: String, val nextStep: V2modelsIntentClosingSettingConditionalConditionalBranchNextStep, val response: V2modelsIntentClosingSettingConditionalConditionalBranchResponse? = null)
Constructors
Link copied to clipboard
constructor(condition: V2modelsIntentClosingSettingConditionalConditionalBranchCondition, name: String, nextStep: V2modelsIntentClosingSettingConditionalConditionalBranchNextStep, response: V2modelsIntentClosingSettingConditionalConditionalBranchResponse? = 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.