Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.46 KB

voicecommandserviceconnection_reportprogressasync_197749011.md

File metadata and controls

28 lines (20 loc) · 1.46 KB
-api-id -api-type
M:Windows.ApplicationModel.VoiceCommands.VoiceCommandServiceConnection.ReportProgressAsync(Windows.ApplicationModel.VoiceCommands.VoiceCommandResponse)
winrt method

Windows.ApplicationModel.VoiceCommands.VoiceCommandServiceConnection.ReportProgressAsync

-description

Sends a response to Cortana indicating voice command is being processed.

-parameters

-param response

The response from a background app service for progress, confirmation, disambiguation, completion, or failure screens displayed on the Cortana canvas.

-returns

An asynchronous handler called when the operation is complete.

-remarks

Cortana presents the progress screen to the user for up to 5 seconds. The background app service send another progress message by calling ReportProgressAsync again, or move to the next screen in the interaction flow (confirmation, disambiguation, or completion).

-examples

-see-also

elements and attributes v1.2, Cortana interactions, Cortana design guidelines, Cortana voice command sample