VoiceCommandConfirmationResult 类

定义

对由后台应用指定并显示在 Cortana 确认屏幕上的问题的响应。 当后台应用服务调用 RequestConfirmationAsync 时,将显示此屏幕。

public ref class VoiceCommandConfirmationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandConfirmationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommandConfirmationResult
Public NotInheritable Class VoiceCommandConfirmationResult
继承
Object Platform::Object IInspectable VoiceCommandConfirmationResult
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

通过在引用相应 Windows.ApplicationModel.AppService 对象的 VoiceCommandServiceConnection 上调用 RequestConfirmationAsync 来访问 VoiceCommandConfirmationResult 对象。

属性

Confirmed

获取对后台应用指定并显示在 Cortana 确认屏幕上的问题的响应。

适用于

另请参阅