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