V2models Intent Initial Response Setting Next Step Args
data class V2modelsIntentInitialResponseSettingNextStepArgs(val dialogAction: Output<V2modelsIntentInitialResponseSettingNextStepDialogActionArgs>? = null, val intent: Output<V2modelsIntentInitialResponseSettingNextStepIntentArgs>? = null, val sessionAttributes: Output<Map<String, String>>? = null) : ConvertibleToJava<V2modelsIntentInitialResponseSettingNextStepArgs>
Constructors
Link copied to clipboard
constructor(dialogAction: Output<V2modelsIntentInitialResponseSettingNextStepDialogActionArgs>? = null, intent: Output<V2modelsIntentInitialResponseSettingNextStepIntentArgs>? = null, sessionAttributes: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Configuration block for action that the bot executes at runtime when the conversation reaches this step. See dialog_action
.
Link copied to clipboard
Configuration block for override settings to configure the intent state. See intent
.
Link copied to clipboard
Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.