ConversationalAgentTrigger 类

定义

表示一个触发器,该触发器启动后台任务以通过 Windows 平台代理激活运行时 (AAR) 处理数字助手通信。

public ref class ConversationalAgentTrigger sealed : IBackgroundTrigger
/// [Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
class ConversationalAgentTrigger final : IBackgroundTrigger
[Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public sealed class ConversationalAgentTrigger : IBackgroundTrigger
function ConversationalAgentTrigger()
Public NotInheritable Class ConversationalAgentTrigger
Implements IBackgroundTrigger
继承
Object Platform::Object IInspectable ConversationalAgentTrigger
属性
实现

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

构造函数

ConversationalAgentTrigger()

创建 ConversationalAgentTrigger 的实例。

适用于

另请参阅