Is it possible to have either of these with the same Sample Utterances?
- 2 Intents in the same skill with the same Sample Utterances?
For example:
ActivateSceneIntent and RunScriptIntent Intents
Then have these Sample Utterances
ActivateSceneIntent turn on {Scene}
RunScriptIntent turn on {Script}
OR
- 2 seperate skills with the same Sample Utterances?
For example:
ActivateSceneIntent and RunScriptIntent Intents are seperate skills
Then have these Sample Utterances
ActivateSceneIntent turn on {Scene} – On the Scene Skill
RunScriptIntent turn on {Script} – On the Script Skill