| 1234567891011121314151617181920212223242526272829 |
- package english.grammars;
- /**
- * This class is generated automatically.
- * Only exit this class for Dynamic External grammars and override the method String getURL().
- * Last generated by Orchestration Designer at: 2021年11月22日 下午08时52分03秒
- */
- public class getNumber6 extends com.avaya.sce.runtime.Grammar {
- //{{START:CLASS:FIELDS
- //}}END:CLASS:FIELDS
- /**
- * Constructor for getNumber6.
- */
- public getNumber6() {
- //{{START:CLASS:CONSTRUCTOR
- super();
- setRootLanguage("en-us");
- setMode("dtmf");
- setBuiltin(true);
- setBuiltinMode("dtmf");
- setType("digits");
- setOptions("minlength=0;maxlength=7");
- //}}END:CLASS:CONSTRUCTOR
- }
- }
|