#Speech to Text putting in periods in a sentence.

1 messages · Page 1 of 1 (latest)

finite mason
#

I'm trying to have my Voice-PE recognize this sentence in an automation: "how many us dollars are in {dollar_amount} pesos". When the sentence comes back from Nabu Casa cloud, it would come back as "How many U.S. dollars are in 15 pesos?" The Automations editor won't let me add the periods to the trigger sentence so it can be recognized. Any ideas on getting this recognized without having to put in an LLM? Thanks.

abstract bison
#

Trigger sentences shouldn't have punctuation generally, it messes with the intent parser. The intent parser also doesn't pay attention to that punctuation. Did you try testing it with the intent parser in dev tools?

#

Oh now i am realizing what you mean, it's the U.S. part. Hmm

#

Might have to do it as an intent script with a custom sentence maybe

finite mason
#

Thought that may be the case. Not something I have dug into yet, but I'm guessing it will be the next step on the journey.

abstract bison
#

It's not terribly hard, just have to read up on the docs a bit. 🙂