mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
updated directory using asr/tts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#JSGF V1.0;
|
||||
/**
|
||||
* JSGF Grammar for Directory
|
||||
*/
|
||||
|
||||
grammar directory;
|
||||
|
||||
<anthony> = [ anthony ];
|
||||
<michael> = [ michael ];
|
||||
<brian> = [ brian ];
|
||||
|
||||
public <directory> = <anthony> <michael> <brian>;
|
||||
|
||||
Reference in New Issue
Block a user