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