Bot Initial Response Setting Args
data class BotInitialResponseSettingArgs(val codeHook: Output<BotDialogCodeHookInvocationSettingArgs>? = null, val conditional: Output<BotConditionalSpecificationArgs>? = null, val initialResponse: Output<BotResponseSpecificationArgs>? = null, val nextStep: Output<BotDialogStateArgs>? = null) : ConvertibleToJava<BotInitialResponseSettingArgs>
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
Constructors
Link copied to clipboard
fun BotInitialResponseSettingArgs(codeHook: Output<BotDialogCodeHookInvocationSettingArgs>? = null, conditional: Output<BotConditionalSpecificationArgs>? = null, initialResponse: Output<BotResponseSpecificationArgs>? = null, nextStep: Output<BotDialogStateArgs>? = null)
Functions
Properties
Link copied to clipboard
Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
Link copied to clipboard