V2models Intent Initial Response Setting Conditional Conditional Branch
data class V2modelsIntentInitialResponseSettingConditionalConditionalBranch(val condition: V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition, val name: String, val nextStep: V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep, val response: V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse? = null)
Constructors
Link copied to clipboard
constructor(condition: V2modelsIntentInitialResponseSettingConditionalConditionalBranchCondition, name: String, nextStep: V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStep, response: V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponse? = 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
.