Assigned
Status Update
Comments
pu...@google.com <pu...@google.com>
pu...@google.com <pu...@google.com> #2
pu...@google.com <pu...@google.com> #3
I also have the same problem:
Project id: restaurant-phone-reservat-b9tt
Location: us-east1
Please have a look, this is a blocker for us.
Thank you!
Project id: restaurant-phone-reservat-b9tt
Location: us-east1
Please have a look, this is a blocker for us.
Thank you!
Description
We have an agent which reminds people to drink. The user can say
"I drank
1:float
glass:vessel_entity
ofwater:drinks_entity
" (hydro-tracking-intent.start)When the user does so, this works.
There is another route to get there which is an event triggered from a "proactive reminder".
reminder-intent.start
--> EVENT -->hydro-tracking-intent.start
Problem you have encountered:
Now here, when the user says "I drank
1:float
glass:vessel_entity
ofwater:drinks_entity
" we will have the question "how much did you drink?" because the 1.0 is not matched. This only happens with "1" ("eins" in German). When the user says "I drank2:float
glass:vessel_entity
ofwater:drinks_entity
" the slots are filled correctly.What you expected to happen:
I expect the slot filling intent to work the same, however, it was started.
Steps to reproduce:
Unfortunately I think it can only be reproduced on our Agent.
Other information (workarounds you have tried, documentation consulted, etc):
When I change things to entities and retrain the agent the problem goes away. When I deploy or reload the agent (to draft) it is there like before. This is strange, as deploying an agent through the GUI should normally re-train it on deployment.