Snips.ai interacting/conversation on hass.io

Hi,
I just want to know, if I can have “conversation” with Snips on hass.io addon.
For example:

  • I say Hotword -> OK Snips reacting
  • I say “Send a Jabber message to my lovin’”
  • Snips says “What do you want to send?”
  • I say “Bring me brew.”
  • Snips says “OK, I send ‘Bring me brew.’ '”

Would make my day :slight_smile: Thx in advance!

Some more details about my configuration:
I dont want to use intents in configuration.yaml, I subscribe on hermes/intent/# to receive intents and parse them in Node RED…

EDIT:
RTFM :smiley:

sequence:
      service: snips.say_action
        data:
          text: 'Garage door has been open 10 minutes, would you like me to close it?'
          intentFilter:
            - closeGarageDoor