ConversationalAgentSession.IsInterrupted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the ConversationalAgentSession is being interrupted.
public:
property bool IsInterrupted { bool get(); };
bool IsInterrupted();
public bool IsInterrupted { get; }
var boolean = conversationalAgentSession.isInterrupted;
Public ReadOnly Property IsInterrupted As Boolean
Property Value
bool
True, if the ConversationalAgentSession is interrupted; otherwise, false.
Remarks
Some digital assistant sessions cannot be interrupted by another signal. For example, Cortana requires the user to issue a cancel or stop command to end the current session (the user cannot be in a Cortana session and issue commands to Alexa).
If a session can be interrupted, the Windows Conversational Agent platform raises the SessionInterrupted event to indicate that the digital assistant app should set itself to inactive and stop processing input.