<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="operator"</tag>0</item>
	</one-of>
</rule>
</grammar>







