Is HA supporting longer conversations with Alexa

Hey,

is it possible to have a longer conversation like that:

Person: “Alexa, open Home Assistant”
Alexa: " Home Assistant opened, what do you want to achieve?"
Person: “I would like to add a movie to the netflix watchlist”
Alexa: “OK, tell me the name of the movie”
Person: “Spiderman”
Alexa: “Which Spiderman, i have Spiderman 1, Spiderman 2…)”
Person: “Spiderman 2”
Alexa, “ok, its added”

I have a python script which is executed by alexa over home assistant but i would like to react on the response if like in the above conversation the answer is not directly clear.

Is that possible to achive in home assistant?

Greetings

Daniel

Yes, this is possible, but might require some work to set up a whole conversation like this.

You might also be able to achieve this through a custom Alexa skill, but this requires some knowledge on the AWS part.