Reputation: 65
I want to know a simple example which will use getstream.io
and webhook
services to process activities on a social networking site. Actually, I am building an app which processes interactions of users as Like, Comment, Share etc. Now I want to use Stream.io to ease the task.
Thanks in advance for your help.
Upvotes: 2
Views: 1204
Reputation: 212
Have you had a look at this piece of code yet?
Once you’ve installed the NuGet package, sending and receiving response from the Dialogflow endpoint shouldn’t be too much of an effort.
You should be able to convert the above linked example into a simple hello world console application and see the results instantly.
Hope this helps!
Upvotes: 2