1

Is it possible that dialogflow sends a message on Slack without having someone to send it a request? For example this is a common application that a user talks to bot and the bot responds back. But what if the bot realizes that nobody has talked to him for some time on Slack and automatically sends a message to slack channel.

Muhammad Naufil
  • 2,420
  • 2
  • 17
  • 48
  • You've tagged this as actions-on-google, but you're talking about Slack. Is this meant for either of those platforms specifically? – Prisoner Aug 28 '20 at 20:39
  • @Prisoner removed actions on google tag. I am using dialogflow-fulfillment library and want to use slack integration – Muhammad Naufil Aug 28 '20 at 20:51

1 Answers1

0

No, Dialogflow works on a request-response model. So something in slack needs to trigger the request in order for it to respond.

Prisoner
  • 49,922
  • 7
  • 53
  • 105