简体   繁体   English

NLP有没有集成Amazon Connect和Google DialogFlow的demo?

[英]Is there a demo on how to integrate Amazon Connect and Google DialogFlow for NLP?

I would like to get an understanding as to how to use Amazon Connect's capability to connect with the Google Dialogflow for Natural Language Processing (NLP).我想了解如何使用 Amazon Connect 的功能连接 Google Dialogflow 进行自然语言处理 (NLP)。

This is not possible.这不可能。 Amazon Connect provides NLP exclusively via Amazon Lex Amazon Connect 通过Amazon Lex独家提供 NLP

You use Lex to record the utterance, then in the validation Lambda function, you send the Lex transcript to Dialogflow.您使用 Lex 记录话语,然后在验证 Lambda function 中,将 Lex 抄本发送到 Dialogflow。 Set the Lambda function's response as appropriate based on Dialogflow's response.根据 Dialogflow 的响应,适当设置 Lambda 函数的响应。

Edit: While technically possible, I have a hard time seeing logical reasons for doing this - additional cost using both Lex and Lambda, and you'd have to maintain both Lex and Dialogflow.编辑:虽然技术上可行,但我很难找到这样做的合乎逻辑的原因——使用 Lex 和 Lambda 的额外成本,而且您必须同时维护 Lex 和 Dialogflow。 Not saying Lex is perfect but it is a good product, if you're using Amazon Connect I don't see how a cost-benefit analysis could favor the use of Dialogflow over Lex.并不是说 Lex 是完美的,但它是一个很好的产品,如果您使用的是 Amazon Connect,我看不出成本效益分析如何有利于使用 Dialogflow 而不是 Lex。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 Dialogflow ES 与 Twilio 短信集成 - How to Integrate Dialogflow ES with Twilio SMS 如何将dialogflow与node.js成功集成 - How to successfully integrate dialogflow with node.js 如何集成 Amazon EKS 和 Jenkins - How to Integrate Amazon EKS and Jenkins 如何将 Amazon lex 与 MS Bot 框架集成? - How to integrate Amazon lex with MS Bot framework? 如何将亚马逊机器学习服务与 Ionic-5 Angular 应用程序集成? - How to integrate Amazon Machine learning service with Ionic-5 Angular app? 如何将 AWS X-Ray 跟踪与 Amazon MQ 集成? - How to integrate AWS X-Ray tracing with Amazon MQ? 如何通过 API 集成 Google Business Messaging - How to integrate Google business messaging through API 如何将amazon-ivs-player集成到flutter Mobile App中? - How to integrate amazon-ivs-player into flutter Mobile App? gcp 中的无效服务名称 [GOOGLE_APPLICATION_CREDENTIALS=name] connect twilio 消息传递与 dialogflow - Invalid service name [GOOGLE_APPLICATION_CREDENTIALS=name] in gcp connect twilio messaging with dialogflow 从谷歌应用程序脚本连接到 Amazon S3 - Connect to Amazon S3 from google apps script
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM