V2modelsIntentInitialResponseSettingConditionalConditionalBranchArgs

data class V2modelsIntentInitialResponseSettingConditionalConditionalBranchArgs(val condition: Output<V2modelsIntentInitialResponseSettingConditionalConditionalBranchConditionArgs>, val name: Output<String>, val nextStep: Output<V2modelsIntentInitialResponseSettingConditionalConditionalBranchNextStepArgs>, val response: Output<V2modelsIntentInitialResponseSettingConditionalConditionalBranchResponseArgs>? = null) : ConvertibleToJava<V2modelsIntentInitialResponseSettingConditionalConditionalBranchArgs>

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
val name: Output<String>

Name of the branch.

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.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentInitialResponseSettingConditionalConditionalBranchArgs