I am running into an issue where the dialog state is not changing after I use the Dialog.Delegate
. I fulfill all of the slot values in the test, but my it just says I have an error in the response and it says the dialog is still in progress. I am wondering how I would fix this. Here is the piece of the code that I have to call the delegate:
return handlerInput.responseBuilder
.addDelegateDirective(currentIntent)
.getResponse()