1

with Dialogflow (API.AI) I find the problem that names from vessel are not well matched when the input comes from google home.

It seems as the speech to text engine completly ignore them and just does the speech to text based on dictionary so Dialogflow cant match the resulting text all at the end.

Is it really like that or is there some way to improve?

Thanks and Best regards

shortQuestion
  • 473
  • 2
  • 16

1 Answers1

2

I'd recommend look at Dialogflow's training feature to identify where the speech recognition of the Google Assistant may not have worked they way you expect. In those cases, you'll see how Google's speech recognition detected words you may not have accounted for. In cases where you'd like to match these unrecognized words to a entity value, simply add them as synonyms.

mattcarrollcode
  • 3,429
  • 16
  • 16