英文:
Dialogflow ES test area don't recognize the configured intents and calls "Default Fallback Intent"
问题
我正在按照Google基础课程的指导,使用Dialogflow创建一个聊天机器人。我已经创建了一个代理(agent),创建了一个意图(intent),然后通过培训选项为这个测试意图命名为"Schedule Appointment"的意图分配了短语,然后再"批准"它们,然后在培训屏幕上检查它们是否在"意图"中,检查变量是否正确,然后检查响应是否正确配置,一切看起来都很好,然后我测试了刚刚添加到意图中的完全相同的短语,但它一直不理睬它(也许与这个有关:https://cloud.google.com/dialogflow/es/docs/intents-training-phrases#example_and_template_modes
我做错了什么?
我附上了意图、意图的培训以及测试结果的图片(现在试试)。
谢谢,
测试应该返回给我响应,因为我使用的是代理已经在意图中训练过的完全相同的短语,并且我已经配置了响应,但它返回了来自默认的回退(Fallback)的"我不明白你的意思"的响应,而不是调用"Schedule Appointment"意图。
英文:
I am following the Google basic course to create a chatbot with Dialogflow and have already created an agent, create an intent and then I am assigning phrases via the Training option to this test intent called "Schedule Appointment" and then "approving" then in the training screen.
Then I check if they are in the "intent", check if the variable is OK, then if the response is correctly configured and all looks great there, then I test with exactly the same phrase I have just added to the intent but it keeps ignoring it (maybe this has something to do: https://cloud.google.com/dialogflow/es/docs/intents-training-phrases#example_and_template_modes
What I am doing wrong?
I am attatching images of the intent, the training of the intent and of the test result (try it now).
Thanks,
The test should return me the response, since I am using the same exact phrase the agent is already trained in the intent and I have a configured response, but it returns me the "I don't understand you" response from default Fallback, instead of calling the "Schedule Appointment" Intent.
答案1
得分: 0
似乎测试聊天不起作用。目前正在更改Dialogflow ES的功能,似乎影响到培训区域的某些部分。在生产环境中,它正常工作,所以我正在生产环境中进行测试,表现得非常出色。
英文:
It seems that test chat is not working. Things are currently being changed in functionality of dialogflow ES ans that seem to be affecting some parts of training area.
In production it works correctly so I am doing the testing in a production environment and works perfectly well.
答案2
得分: 0
这似乎是一些项目中的瞬态问题,谷歌云公开问题已经得到解决此处讨论了相同的问题,Dialogflow工程团队正在处理此问题。您可以+1投票以表明您受到了影响。问题的所有未来更新将在公共问题跟踪线程上分享。
英文:
This looks like a transient issue in some projects, a Google cloud public issue has been addressed here which discusses the same issue and Dialogflow engineering team is working on it. You can +1 to vote and show that you're affected by it.<br><br>All future updates on the issue will be shared on the public issuetracker thread.<br>
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论