Microsoft
70-355 · Question #4
You plan to add Cortana support to the CityPlanner app. The employees need to be able to search for an issue in CityPlanner by using either of the following phrases: - CityPlanner, show the issues…
The correct answer is C. <ListenFor RequireAppName="BeforeOrAfterPhrase"> {builtin:AppName} </ListenFor> <ListenFor RequireAppName="ExplicitlySpecified"> show [me] the issues with {searchPhrase} </ListenFor>. See the full explanation below for the reasoning.
Question
You plan to add Cortana support to the CityPlanner app. The employees need to be able to search for an issue in CityPlanner by using either of the following phrases: - CityPlanner, show the issues with "search phrase". - Show me the issues with "search phrase", CityPlanner. What should you add to the Voice Command Definition (VCD) file?
Options
- A<ListenFor RequireAppName="BeforePhrase"> show [me] the issues with {searchPhrase} </ListenFor> <ListenFor RequireAppName="AfterPhrase"> show [me] the issues with {searchPhrase} </ListenFor>
- B<ListenFor RequireAppName="ExplicitlySpecified"> {searchPhrase} {builtin:AppName} </ListenFor> <ListenFor RequireAppName="ExplicitlySpecified"> {builtin:AppName} {searchPhrase} </ListenFor>
- C<ListenFor RequireAppName="BeforeOrAfterPhrase"> {builtin:AppName} </ListenFor> <ListenFor RequireAppName="ExplicitlySpecified"> show [me] the issues with {searchPhrase} </ListenFor>
- D<ListenFor RequireAppName="BeforePhrase"> {builtin:AppName} </ListenFor> <ListenFor RequireAppName="AfterPhrase"> show [me] the issues with {searchPhrase} </ListenFor>
How the community answered
(19 responses)- A5% (1)
- B11% (2)
- C84% (16)
Community Discussion
No community discussion yet for this question.