V2models Intent Fulfillment Code Hook Post Fulfillment Status Specification Failure Conditional Default Branch
data class V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranch(val nextStep: V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep? = null, val response: V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse? = null)
Properties
Link copied to clipboard
val nextStep: V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchNextStep? = null
Configuration block for the next step in the conversation. See next_step
.
Link copied to clipboard
val response: V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalDefaultBranchResponse? = null
Configuration block for a list of message groups that Amazon Lex uses to respond to the user input. See response
.