1
votes

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.

1
You've tagged this as actions-on-google, but you're talking about Slack. Is this meant for either of those platforms specifically? - Prisoner
@Prisoner removed actions on google tag. I am using dialogflow-fulfillment library and want to use slack integration - Muhammad Naufil

1 Answers

0
votes

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