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