BotDefaultConditionalBranchArgs

data class BotDefaultConditionalBranchArgs(val nextStep: Output<BotDialogStateArgs>? = null, val response: Output<BotResponseSpecificationArgs>? = null) : ConvertibleToJava<BotDefaultConditionalBranchArgs>

Constructors

Link copied to clipboard
constructor(nextStep: Output<BotDialogStateArgs>? = null, response: Output<BotResponseSpecificationArgs>? = null)

Properties

Link copied to clipboard
val nextStep: Output<BotDialogStateArgs>? = null

The next step in the conversation.

Link copied to clipboard

Specifies a list of message groups that Amazon Lex uses to respond the user input.

Functions

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