dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
659 stars 287 forks source link

sys.unit-currency is no longer returning expected value #73

Open abanik0831 opened 7 years ago

abanik0831 commented 7 years ago

sys.unit-currency is failing our requests as it is no longer returning the expected value and formatted currency.

Previously, when a user said: 10 dollars, 10 euros, 10 dollar the output was in the format:

parameters.unit-currency.amount: 10 parameters.unit-currency.currency: USD for dollars parameters.unit-currency.currency: EUR for euros

Today I am noticing that the output is the plain text that the user says:

parameters.unit-currency: 10 dollars

zmathew commented 7 years ago

+1 I am experiencing the same issue starting about 10pm EDT on July 13 all my parameters (eg. $sys.date)