-api-id | -api-type | ms.custom |
---|---|---|
T:Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSystemStateChangeType |
winrt enum |
19H1 |
Specifies the possible state changes for the SystemStateChanged event.
When set, indicates that the authentication status of the user has changed (such as when a user locks or unlocks a system). Corresponds to ConversationalAgentSession.IsUserAuthenticated.
When set, indicates that the system's capability to turn on, or use, a display device has changed (this does not indicate whether or not the display is currently being used). Corresponds to ConversationalAgentSession.IsScreenAvailable.
When set, indicates that the system's capability to use status indicator lights has changed.
Corresponds to ConversationalAgentSession.IsIndicatorLightAvailable.
When set, indicates voice activation availability has been changed through system settings or group policy. Corresponds to ConversationalAgentSession.IsVoiceActivationAvailable.
For the current agent state, check ConversationalAgentSession.AgentState.
SystemStateChanged, ConversationalAgentSystemStateChangedEventArgs