https://github.com/alexa/skill-samples-java/blob/1692c6b1160fc65333ecfa5efe7e161338c46581/historybuff/src/com/amazon/asksdk/historybuff/HistoryBuffSpeechlet.java#L314
I saw in our doc about progressive response that "Once the progressive response call completes, return your full skill response object. Note that you cannot send any more progressive responses after you return the response object."
Just wondering where is the sample code that I can determine "Once the progressive response call completes?". I couldn't find anything in the code in function dispatchProgressiveResponse that tells developer the API call completes.
https://github.com/alexa/skill-samples-java/blob/1692c6b1160fc65333ecfa5efe7e161338c46581/historybuff/src/com/amazon/asksdk/historybuff/HistoryBuffSpeechlet.java#L314
I saw in our doc about progressive response that "Once the progressive response call completes, return your full skill response object. Note that you cannot send any more progressive responses after you return the response object."
Just wondering where is the sample code that I can determine "Once the progressive response call completes?". I couldn't find anything in the code in function dispatchProgressiveResponse that tells developer the API call completes.