Search code examples
c#.netdialogflow-cx

Dialogflow CX import entities using C#


Unfortunately there is no API sample for c# to push entity type from an Dotnet project. Is there anyone working with it?? A sample code will be helpful.


Solution

  • The google-cloud-dotnet github has a set of snippets that have examples of using the CX API in C#, including one that shows List, Get, Create, Update, and Delete for EntityTypes.