0

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.

Zia
  • 62
  • 7
  • Hello Zia. Refer to this [doc](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Dialogflow.Cx.V3/latest/Google.Cloud.Dialogflow.Cx.V3.EntityTypesClient) for Dialogflow CX `EntityTypesClient` C# API reference. Let me know if it helps. – Vishal K Mar 16 '22 at 11:22
  • Thanx for the link, But already seen it, Can give me a sample if possible, couldn't figure out the way to use json key to authenticate and send a request. V3 has changed lot dew to support CX – Zia Mar 17 '22 at 01:38
  • Hello Zia. Referring to the EntityType API reference [doc](https://cloud.google.com/dialogflow/cx/docs/concept/entity), I could see C# sample code is not available for EntityTypesClient. If you would like to have your requirement as a feature, you can raise a feature request in [Issue tracker](https://issuetracker.google.com/u/1/issues/new?component=956347&template=1504477). Please note there would be no ETA on when the feature will be implemented. – Vishal K Mar 21 '22 at 14:33

1 Answers1

0

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.

ghchinoy
  • 1,523
  • 1
  • 11
  • 15