简体   繁体   English

api.ai域意图查询响应

[英]api.ai domain intent query response

In API.AI, for creating bots, I've been trying a few intents like news.search, finance.stocks etc. Results of Actions show successful execution as json shows all parameters and successful execution. 在API.AI中,为了创建机器人,我一直在尝试像news.search,finance.stocks等一些意图。操作结果显示成功执行,因为json显示所有参数和成功执行。 But where do I find the RESULTS ? 但是我在哪里可以找到结果? For example : In Intent "finance.stocks user query "Current stock value of Twitter" is successfully executed capturing the stock name as I see in json log. 例如:在Intent“finance.stocks用户查询”Twitter的当前股票价值成功执行捕获股票名称,就像我在json日志中看到的那样。

But where to get the Actual value of stock or news data etc with these? 但是在哪里可以获得股票或新闻数据的实际价值等?

Api.ai is a middleman that helps you parse spoken commands. Api.ai是一个帮助你解析口头命令的中间人。 It does not provide you with actual data. 它不提供实际数据。

The very last step of their own introductory tutorial explains this. 他们自己的入门教程的最后一步解释了这一点。 You will need to integrate via one of the provided methods, such as webhooks . 您需要通过其中一种提供的方法进行集成,例如webhooks

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM