List of voice commands that trigger a heart rate check

What is the list of all existing voice commands that create an intent using vnd.google.fitness.VIEW action and vnd.google.fitness.data_type/com.google.heart_rate.bpm like mime?

The documentation shows only two of them:

  • "Ok Google, what is my pulse?"
  • "OK Google, what do I have bpm?"

but I found more, for example:

  1. "OK, check my pulse."
+6
source share
1 answer

The documentation also states that these are โ€œSample phrasesโ€. The reason for this is that such a list does not exist.

Voice commands on these types of platforms (Google Now, Siri) use more advanced algorithms to recognize what a person wants, and not just recognize actual words. This is called a "natural voice."

This means that the โ€œVoice Command Listโ€ does not exist because the platform is able to adapt and interpret the changes.

0
source

Source: https://habr.com/ru/post/982996/


All Articles