Reputation: 427
I have a serious strange problem with dialogflow. Please see the following pictures:
When I try this sentence "Let's set up a new FMR under fmr test with rents, studio at 1000, one bedroom at 1200, two bedroom rented at 1400, three bedroom priced at 1600 and four bedroom at 1800.", it only picks up some of "number"s.
Would you please help me on this to figure out why this happens? Is there any limitation in the number of dialogflow parameters now?
Upvotes: 1
Views: 152
Reputation: 91
I believe there is also a 255 character/symbol limit that might be causing the issue.
I just replicated your issue. However, I get the proper result by removing "at" and some random short words.
Upvotes: 4
Reputation: 156
Maybe you should add more "User Says" samples to train the engine a lot more. Also can you use entities in your training. The results should be better.
Upvotes: 1