How group Intents

amazon-alexa

#1

Hi!

i’m having a problem with the intents on my project.
i need to group especific intents to execute on a specific group.

an example: if i launch intent # 4 i need when i finish te execution of that intent executes the intent #7 and after the #8 and finish or keep open to execute another group

is any way to tho that?


#2

You have to rethink your architecture then. Why don’t you encapsulate the logic in intent 7 and 8 into functions?

It makes no sense to navigate from an intent into various other ones


#3

If I’m not sure if I understand your question 100%, but could states maybe help?


#4

thanks , i was trying to do something similar to https://www.jovo.tech/docs/routing/states , now i read the doc more detailed and i understand how works.

again thanks @jan and @H1Gerd