ConversationalAgentSession.RequestInterruptible(Boolean) 方法

定义

如果检测到另一个数字助手关键字 (keyword) ,则同步请求此 ConversationalAgentSession 可中断。

重要

为了避免可能的并发问题,建议改用 RequestInterruptibleAsync

public:
 virtual ConversationalAgentSessionUpdateResponse RequestInterruptible(bool interruptible) = RequestInterruptible;
ConversationalAgentSessionUpdateResponse RequestInterruptible(bool const& interruptible);
public ConversationalAgentSessionUpdateResponse RequestInterruptible(bool interruptible);
function requestInterruptible(interruptible)
Public Function RequestInterruptible (interruptible As Boolean) As ConversationalAgentSessionUpdateResponse

参数

interruptible
Boolean

bool

如果可中断,则为 True;否则为 false。

返回

ConversationalAgentSessionUpdateResponse

注解

某些数字助手会话不能被其他信号中断。 例如,Cortana 要求用户发出取消或停止命令以结束当前会话, (用户不能在 Cortana 会话中,并向 Alexa) 发出命令。

如果会话可能中断,Windows 对话代理平台将引发会话中断事件,以指示数字助手应用应将自身设置为非活动状态并停止处理输入。

适用于

另请参阅