What is the function called when rhasspy asks me something?

Hi guys, I have a question. I can’t find a described function of rhasspy here in the forum again because I don’t know how it is called exactly. My example.
→ Hello porcupine
← hotword recognized
→ Turn on the light
Feedback from rhasspy:
← How bright do you want the light to be?
→ Dim it to 40%
Now for the question. What is the name of the function in rhasspy where a query comes before an action is triggered, so I can interact with rhasspy?

Thank you in advance

You will have to feed the dialogue manager the right way, asking to contunue a session as described in dialoguemanager - continuesession.

You may have a look at my own efforts in a quite similar direction: Lost in dialogues: customData, intentFilter and dialogueManager/configure
(I should give an update to that, it’s working quite ok by now ).

Imo this sort of usage is quite challenging :slightly_smiling_face:, so good luck!

Yep this is exactly what I was looking for. I’ll have a look at it then. Let the coding games begin. :grin:

wouldn’t it be easier to say the desired brightness in the same sentence?

“Set the light to 40%” is much shorter :slight_smile:
You do not even need to tell that the light should be turned on, because that is implicitly true.