So, I was going to try out connecting dialogflow with my app using c#, when I noticed that there were 2 dialogflow products -
Google.Apis.Dialogflow
and
Google.Cloud.Dialogflow
I'm pretty sure that I'm supposed to be using Google.Cloud, but just out of curiosity, what are the differences between the 2 packages? Is google.apis offline?
I've tried searching it up, and the only vague answer I found was here -
link to question
Even though it does explain the difference between the two, it doesn't explain why would both google.apis and google.cloud would have the same service.
Any help would be greatly appreciated!