Bot Default Conditional Branch Args
data class BotDefaultConditionalBranchArgs(val nextStep: Output<BotDialogStateArgs>? = null, val response: Output<BotResponseSpecificationArgs>? = null) : ConvertibleToJava<BotDefaultConditionalBranchArgs>
A set of actions that Amazon Lex should run if none of the other conditions are met.
Constructors
Link copied to clipboard
constructor(nextStep: Output<BotDialogStateArgs>? = null, response: Output<BotResponseSpecificationArgs>? = null)