Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.95 KB

conversationalagentsystemstatechangetype.md

File metadata and controls

45 lines (26 loc) · 1.95 KB
-api-id -api-type ms.custom
T:Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSystemStateChangeType
winrt enum
19H1

Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSystemStateChangeType

-description

Specifies the possible state changes for the SystemStateChanged event.

-enum-fields

-field UserAuthentication:0

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.

-field ScreenAvailability:1

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.

-field IndicatorLightAvailability:2

When set, indicates that the system's capability to use status indicator lights has changed.

Corresponds to ConversationalAgentSession.IsIndicatorLightAvailable.

-field VoiceActivationAvailability:3

When set, indicates voice activation availability has been changed through system settings or group policy. Corresponds to ConversationalAgentSession.IsVoiceActivationAvailable.

-remarks

For the current agent state, check ConversationalAgentSession.AgentState.

-see-also

SystemStateChanged, ConversationalAgentSystemStateChangedEventArgs

-examples