<grammar xmlns="http://www.w3.org/2001/06/grammar"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.w3.org/2001/06/grammar
	                    http://www.w3.org/TR/speech-grammar/grammar.xsd"
	xml:lang="th-TH" version="1.0" root="Mainmeun" mode="dtmf">
<rule id="Mainmeun" scope="public">
	<ruleref uri="#CustomIntent"/>
	<tag>
	     SWI_meaning = CustomIntent.V;
	</tag>
</rule>
<rule id="CustomIntent">
	<one-of>
		<item><tag>V="0"</tag>0</item>
		<item><tag>V="1"</tag>1</item>
		<item><tag>V="2"</tag>2</item>
		<item><tag>V="3"</tag>3</item>
		<item><tag>V="4"</tag>4</item>
		<item><tag>V="5"</tag>5</item>
		<item><tag>V="6"</tag>6</item>
		<item><tag>V="7"</tag>7</item>
		<item><tag>V="8"</tag>8</item>
		<item><tag>V="9"</tag>9</item>
		<item><tag>V="*"</tag>*</item>
		<item><tag>V="#"</tag>#</item>
	</one-of>
</rule>
</grammar>







