Required Proper documentation for DialogFlow V2 SDK for C#.
It is very difficult to find any example/snippet for using.
Even official docs directory contains an empty template.
That's the source docs directory - the result documentation is at least slightly better: https://googlecloudplatform.github.io/google-cloud-dotnet/docs/Google.Cloud.Dialogflow.V2/index.html
However, that's still not all that's required, of course. While I'd like to see that page grow, that's not the location you should expect to find comprehensive documentation. The Dialogflow site is where most of the Dialogflow documentation lives. That's where there will be samples etc. As far as I'm aware, there aren't comprehensive .NET docs/samples there at the moment, but that's where I'd expect them to appear over time, developed by the Dialogflow team.
Hi, First of all, thanks for the link, it is really helpful.
I need to dynamically create DialogFlow apps. But each app required different Project too.
So can you help me to find out how to create Project via .Net SDK?
Do you mean creating a Google Cloud Project? That wouldn't be part of the Dialogflow SDK - and I'm not sure how automatable it is at all.
As far as I know, there is no API for creating Google Cloud Projects.
Once a project is created, much can be configured via the compute API.
I've now added an example of how to implement a web hook in ASP.NET Core in the documentation:
https://googlecloudplatform.github.io/google-cloud-dotnet/docs/Google.Cloud.Dialogflow.V2/index.html
That was the most important bit of missing documentation, IMO. I'll let the Dialogflow team know about that example, and they can either include it themselves or link to it. I'm going to close this issue now as I believe we're as far along the docs line in this repo as I'd expect to be.