ConversationalAgentSession.IsInterrupted 属性

定义

获取 ConversationalAgentSession 是否被中断。

public:
 property bool IsInterrupted { bool get(); };
bool IsInterrupted();
public bool IsInterrupted { get; }
var boolean = conversationalAgentSession.isInterrupted;
Public ReadOnly Property IsInterrupted As Boolean

属性值

Boolean

bool

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

注解

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

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

适用于

另请参阅