You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a inconsistent behaviour in the SpeechletService when handling the DisplayRequest.
Unfrotunately I don't have a good idea how to deal with it... so far.
I found a inconsistent behaviour in the SpeechletService when handling the DisplayRequest.
Unfrotunately I don't have a good idea how to deal with it... so far.
The DisplayRequest is derived from ExtendedSpeechletRequest which is correct as it provides a type and a subtype. SpeechletService::ProcessRequestAsync(...) either handles ExtendedSpeechletRequests without
a Session object (which is also correct in terms of https://developer.amazon.com/de/docs/custom-skills/request-and-response-json-reference.html#request-body-parameters) or as an SpeechletRequest with Session object.
The problem is, that the Display.ElementSelected Event from Amazon comes with session information in the original JSON, it's correctly parsed but finally lost inside ProcessRequestAsync(..).
(It's not clearly stated in https://developer.amazon.com/de/docs/custom-skills/display-interface-reference.html#touch-selection-events)
Maybe someone has a good idea how to deal with it!
The text was updated successfully, but these errors were encountered: