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
On Alexa, output.quickReplies are attached to the first directive of the directives array, but sometimes the first directive is the UpdateDynamicEntities directive if output.listen contains dynamic entities.
Jovo should filter directives array to find only Alexa.Presentation.APL.RenderDocument directive.
Current Behavior
If both output.quickReplies and output.listen are set, datasources object is added into the dynamic entities directive because it's the first directive to be pushed into directives array.
I'm submitting a...
Expected Behavior
On Alexa,
output.quickReplies
are attached to the first directive of the directives array, but sometimes the first directive is theUpdateDynamicEntities
directive ifoutput.listen
contains dynamic entities.Jovo should filter
directives
array to find onlyAlexa.Presentation.APL.RenderDocument
directive.Current Behavior
If both
output.quickReplies
andoutput.listen
are set,datasources
object is added into the dynamic entities directive because it's the first directive to be pushed intodirectives
array.jovo-framework/platforms/platform-alexa/src/output/AlexaOutputTemplateConverterStrategy.ts
Lines 138 to 158 in 7269607
The result is:
Your Environment
The text was updated successfully, but these errors were encountered: