シーケンスとカプセル化 - Amazon Lex

シーケンスとカプセル化

以下の例は、サポートされているシーケンスを示しています。詳細については、音声認識文法仕様バージョン 1 W3C レコメンデーションの「シーケンスとカプセル化」を参照してください。

<!-- sequence of tokens --> this is a test <!--sequence of rule references--> <ruleref uri="#action"/> <ruleref uri="#object"/> <!--sequence of tokens and rule references--> the <ruleref uri="#object"/> is <ruleref uri="#color"/> <!-- sequence container --> <item>fly to <ruleref uri="#city"/> </item>