Questions tagged [grxml]

4 questions
1
vote
0 answers

Using grxml instead of inline grammar in my VXML

I have written a VXML which for the most part works. I would like to use a grxml now instead of inline grammar. I created icecream.grxml in the same exact directory AS MY vxml APP and i call it like this
Ghost
  • 549
  • 8
  • 29
1
vote
1 answer

Is there a way to conduct conditional logic in grxml?

I am developing a grammar for Speech recognition and have hit a brick wall. If a customer does not know the answer to a prompt and says "don't Know" and other customers do know the answer, I am looking at separating these out. For Example, if an…
1
vote
2 answers

Creating voice command synonyms in GRXML

I've created a voice controlled UWP application in C++/CX (for Hololens, if that matters). A very simple one, mostly according to some samples, this is the speech recognition event handler: void…
Headcrab
  • 6,838
  • 8
  • 40
  • 45
0
votes
2 answers

"Is there a way to loop rules in a .grxml file?"

I'm trying to build a GVP application via Composer (Genesys Framework) that needs to accept an input through speech recognition. The input consist of an alphanumeric code of 12 or more letters/numbers where the speaker needs to use name of italian…
Sosy92
  • 1