V2models Intent Confirmation Setting Failure Conditional Default Branch Args
data class V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchArgs(val nextStep: Output<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepArgs>? = null, val response: Output<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseArgs>? = null) : ConvertibleToJava<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchArgs>
Constructors
Link copied to clipboard
constructor(nextStep: Output<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepArgs>? = null, response: Output<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseArgs>? = null)
Properties
Link copied to clipboard
val nextStep: Output<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchNextStepArgs>? = null
Configuration block for the next step in the conversation. See next_step
.
Link copied to clipboard
val response: Output<V2modelsIntentConfirmationSettingFailureConditionalDefaultBranchResponseArgs>? = null
Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See response
.