1

I know how to make intents in dialogflow and a little working with webhook. I need to create an alarm intent which ping user after some time. Is there any solution to follow.

I also saw default alarm intent in dialogflow example, but it does not have any responses so, i didn't understand that intent.

LEO
  • 27
  • 1
  • 8

1 Answers1

1

You can use Push Notifications in DialogFlow to send notifications or alerts to the user based on your logic.

Have a look at this code sample to get started.

Hope this helps!

Sairaj Sawant
  • 1,842
  • 1
  • 12
  • 16