Bot Conditional Branch Args
data class BotConditionalBranchArgs(val condition: Output<BotConditionArgs>, val name: Output<String>, val nextStep: Output<BotDialogStateArgs>, val response: Output<BotResponseSpecificationArgs>? = null) : ConvertibleToJava<BotConditionalBranchArgs>
A set of actions that Amazon Lex should run if the condition is matched.
Constructors
Link copied to clipboard
constructor(condition: Output<BotConditionArgs>, name: Output<String>, nextStep: Output<BotDialogStateArgs>, response: Output<BotResponseSpecificationArgs>? = null)