gpt4 book ai didi

Google Dialogflow V2 的 C# 库

转载 作者:行者123 更新时间:2023-11-30 15:14:26 26 4
gpt4 key购买 nike

Google Dialogflow V2 似乎有 2 个 C# 库:

Google.Apis.Dialogflow.v2:https://www.nuget.org/packages/Google.Apis.Dialogflow.v2/

但是,在文档页面 ( https://dialogflow.com/docs/sdks#v2_client_libraries ) 中,C# 库是 Google.Cloud.Dialogflow.V2。我可以看到谷歌文档中的很多代码都只使用了这个库。例如https://cloud.google.com/dialogflow-enterprise/docs/delete-intent

不知道应该用哪一个来开发?

谢谢大家

最佳答案

Google APIs .Net client libray专为与 Google API 一起使用而设计。 API 类直接从发现服务 API 以编程方式生成。

如果您使用 Google Cloud Platform API(例如对话流),请考虑使用 Cloud Client Libraries for .NET instead .这些是专门针对 Google 云平台服务的新的惯用 .NET 库。

您可能会使用其中任何一个。但是,谷歌建议您将 Google Cloud 客户端库用于对话流 API。

生产中的开发人员联系测试版

我联系了该库的一位开发人员,询问他对在生产中使用云库的看法,尽管它仍处于测试阶段。

Yes, it's stable enough to use in a production environment. I'm actually looking at trying to push a bunch of these libraries to GA - mostly we're just missing some reviews and samples.

Dialogflow can be a pain in terms of writing web hooks in C#, because you need to use the protobuf parsing (basically see the docs page) and you can't currently use Dialogflow beta or it spits out enum values we can't parse. Outside of web hooks, it should be fine :)

关于Google Dialogflow V2 的 C# 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54738808/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com