VoiceCommandDisambiguationResult VoiceCommandDisambiguationResult VoiceCommandDisambiguationResult VoiceCommandDisambiguationResult Class

Definition

The result obtained from the disambiguation screen displayed on the Cortana canvas.

Calling RequestDisambiguationAsync from the background app service causes Cortana to display the disambiguation screen.

public : sealed class VoiceCommandDisambiguationResult : IVoiceCommandDisambiguationResultpublic sealed class VoiceCommandDisambiguationResult : IVoiceCommandDisambiguationResultPublic NotInheritable Class VoiceCommandDisambiguationResult Implements IVoiceCommandDisambiguationResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Access VoiceCommandDisambiguationResult objects by calling RequestDisambiguationAsync on a VoiceCommandServiceConnection that references the appropriate Windows.ApplicationModel.AppService object.

Properties

SelectedItem SelectedItem SelectedItem SelectedItem

The item selected from the list of items displayed on the Cortana disambiguation screen.

public : VoiceCommandContentTile SelectedItem { get; }public VoiceCommandContentTile SelectedItem { get; }Public ReadOnly Property SelectedItem As VoiceCommandContentTile// You can use this property in JavaScript.
Value
VoiceCommandContentTile VoiceCommandContentTile VoiceCommandContentTile VoiceCommandContentTile

An asset, containing image and text data, provided by the background app service for display on the Cortana canvas.

See Also

See Also