Cortana がバックグラウンド アプリ サービスと対話するように取り組んでいます。Cortana は 1 つの音声コマンド セットで動作しますが、別のコマンド セットから音声コマンドを試してみると、Bing で検索が開かれます。
何が原因であるか、または Cortana との連携を改善するためのコマンドの変更に関する提案はありますか?
動作しないコマンド セット:
<Command Name="SetTemperatureDefault">
<Example> change the temperature to 72 degrees </Example>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> set [the] temperature to {Temperature} degrees </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> change [the] temperature to {Temperature} degrees </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> increase [the] temperature to {Temperature} </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> decrease [the] temperature to {Temperature} </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> set to {Temperature} degrees </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> change to {Temperature} degrees </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> increase to {Temperature} degrees </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> decrease to {Temperature} degrees </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> set temp to {Temperature} degrees </ListenFor>
<ListenFor RequireAppName="BeforeOrAfterPhrase"> change temp to {Temperature} degrees </ListenFor>
<Feedback> Changing temperature... </Feedback>
<VoiceCommandService Target="CozyVoiceCommandService" />
</Command>