Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.12 KB

conversationalagentsession_sessioninterrupted.md

File metadata and controls

27 lines (17 loc) · 1.12 KB
-api-id -api-type ms.custom
E:Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSession.SessionInterrupted
winrt event
19H1

Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSession.SessionInterrupted

-description

Occurs when another digital assistant activation signal has been detected.

-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.

-see-also

ConversationalAgentSessionInterruptedEventArgs

-examples