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
When building platform specific models from jovo model the property which accounts for Skill Launch Phrases on Alexa should be preserved.
Current Behavior
Currently this property is not carried over from the jovo model to the Alexa platform specific model.
More Details
What is this?
Skill Launch Phrases / Name Free Interaction ingress points are additional utterances that can be used to launch a skill. Alexa Developer Console provides a place to set & edit up to 5 of these on the web:
After which they'll appear in the Alexa generated interaction model at root.interactionModel._nameFreeInteraction in the following format:
There is not officially a place to put this in the jovo model but I've taken to dropping it at root.alexa.interactionModel.languageModel._nameFreeInteraction with the same format and using a separate script to copy it over after each jovo build.
Why haven't I heard of it?
My guess? Probably because it's not even documented in the Alexa model docs.
Undocumented?
Yeah, not great. However my experience is that generating a model with jovo, inserting this block & then deploying with jovo work fine.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Expected Behavior
When building platform specific models from jovo model the property which accounts for Skill Launch Phrases on Alexa should be preserved.
Current Behavior
Currently this property is not carried over from the jovo model to the Alexa platform specific model.
More Details
What is this?
Skill Launch Phrases / Name Free Interaction ingress points are additional utterances that can be used to launch a skill. Alexa Developer Console provides a place to set & edit up to 5 of these on the web:
After which they'll appear in the Alexa generated interaction model at
root.interactionModel._nameFreeInteraction
in the following format:There is not officially a place to put this in the jovo model but I've taken to dropping it at
root.alexa.interactionModel.languageModel._nameFreeInteraction
with the same format and using a separate script to copy it over after each jovo build.Why haven't I heard of it?
My guess? Probably because it's not even documented in the Alexa model docs.
Undocumented?
Yeah, not great. However my experience is that generating a model with jovo, inserting this block & then deploying with jovo work fine.
The text was updated successfully, but these errors were encountered: