Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.78 KB

File metadata and controls

43 lines (29 loc) · 1.78 KB
-api-id T:Windows.ApplicationModel.VoiceCommands.VoiceCommandCompletionReason
-api-type winrt enum

VoiceCommandCompletionReason

-description

Specifies the possible reasons the voice command completed.

-enum-fields

-field Unknown:0

Unknown error.

-field CommunicationFailed:1

Communication with Cortana failed.

-field ResourceLimitsExceeded:2

The background app service exited because not enough resources were available.

-field Canceled:3

The user cancelled the interaction with Cortana.

-field TimeoutExceeded:4

The background app service took too long to provide a response to Cortana.

-field AppLaunched:5

The background app service requested that the app launch in the foreground with a call to RequestAppLaunchAsync.

-field Completed:6

The background app service completed the interaction by calling ReportSuccessAsync or ReportFailureAsync.

-remarks

-examples

-see-also

Windows.ApplicationModel.VoiceCommands, VoiceCommandCompletedEventArgs.Reason, elements and attributes v1.2, Cortana interactions, Cortana design guidelines, Cortana voice command sample