phrases property
A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood.
This list can be used to: * improve accuracy for words and phrases you expect the user to say, e.g. typical commands for your Dialogflow agent * add additional words to the speech recognizer vocabulary * ... See the Cloud Speech documentation for usage limits.
Optional.
Implementation
core.List<core.String>? phrases;