简体   繁体   English

在Dialogflow中管理意图

[英]Managing Intents in Dialogflow

I want to know if there is some way through which I can manage, update or delete Intents in Dialogflow programmatically using python. 我想知道是否有一些方法可以使用python以编程方式管理,更新或删除Dialogflow中的Intent。

I have been able to send and get response from dialogflow using apiai library, but i want to be able to input intents, it's questions and the text response. 我已经能够使用apiai库发送和获取来自dialogflow的响应,但我希望能够输入意图,它的问题和文本响应。

I went through dialogflow library, which i think does help with that, but it has some requirements on making account on google console clouds. 我通过了对话框流程库,我认为这对此有所帮助,但它对谷歌控制台云上的帐号有一些要求。

Is there a way to do what I want, without having to create/do billings or whatever it mentions in it's documentation in Dialogflow. 有没有办法做我想做的事情,而不必在Dialogflow中创建/做出账单或其中提到的任何内容。

If there is, please point me in the right direction. 如果有,请指出我正确的方向。

Thank you. 谢谢。

The Dialogflow API is the only way for your to programmatically update an agent's intents and entities: https://dialogflow.com/docs/reference/agent/ Dialogflow API是您以编程方式更新代理的意图和实体的唯一方法: https ://dialogflow.com/docs/reference/agent/

You will need to use a Google Account to create an agent to begin with. 您需要使用Google帐户创建代理才能开始使用。 Billing shouldn't be needed to simply run an agent that doesn't use any other Google API's. 只需运行不使用任何其他Google API的代理,就不需要结算。

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

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