I wanted to to get a different reply to the listen action depending on what activates it. If my wife says 'lets start' she would be welcomed with her name. If I say 'lets go' I would be welcomed with my name. Just trying to personalize it.
Hi crawofod, you can personalisize it also as following:
Action: TTS.SpeakSync -> Hello {1}, what can I do for you?
| Welcome {1}, I'm listening to you
The red character is the "pipe", or "vertical line" symbol on your keyboard, if you use it between text in your TTS.Speak action, VC will select one of the strings at random.
Action: VC.On
As first command phrase: here is, I am
As second a payloadList: Your Name, Wife Name, any other name
As third a phrase: lets start, lets go, listen <- you can set this phrases as "optional", so if you say "here is YOURNAME" that trigger VC also to ON mode
This is only a example
Kalle