70-355 · Question #24
Drag and Drop Question You are developing a Universal Windows Platform (UWP) app named App1. App1 can be started by using Cortana. To start the app, users must be able to say "App1 play my music" or…
The solution involves constructing the XML code snippet as follows: <ListenFor requiredphrase="BeforePhrase">play [my] music</ListenFor> From the 'Code Elements' list, ListenFor is used for the outer tag, BeforePhrase is used for the requiredphrase attribute, and play [my]…
Question
Explanation
The solution involves constructing the XML code snippet as follows:
<ListenFor requiredphrase="BeforePhrase">play [my] music</ListenFor>
From the 'Code Elements' list, ListenFor is used for the outer tag, BeforePhrase is used for the requiredphrase attribute, and play [my] music is used for the inner content. The elements AfterPhrase, App1 play my music, and the second play my music are not used in this specific solution.
Topics
Community Discussion
No community discussion yet for this question.