共用方式為


ConversationalAgentSystemStateChangeType 列舉

定義

指定 SystemStateChanged 事件的可能狀態變更。

public enum class ConversationalAgentSystemStateChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class ConversationalAgentSystemStateChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum ConversationalAgentSystemStateChangeType
var value = Windows.ApplicationModel.ConversationalAgent.ConversationalAgentSystemStateChangeType.userAuthentication
Public Enum ConversationalAgentSystemStateChangeType
繼承
ConversationalAgentSystemStateChangeType
屬性

Windows 需求

裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)

欄位

IndicatorLightAvailability 2

設定時,表示系統能夠使用狀態指示器燈已變更。

對應至 ConversationalAgentSession.IsIndicatorLightAvailable

ScreenAvailability 1

設定時,表示系統開啟或使用的顯示裝置已變更 (這並不表示目前是否正在使用顯示器) 。 對應至 ConversationalAgentSession.IsScreenAvailable

UserAuthentication 0

設定時,表示使用者的驗證狀態已變更 (,例如當使用者鎖定或解除鎖定系統) 時。 對應至 ConversationalAgentSession.IsUserAuthenticated

VoiceActivationAvailability 3

設定時,表示已透過系統設定或組策略變更語音啟用可用性。 對應至 ConversationalAgentSession.IsVoiceActivationAvailable

備註

針對目前的代理程序狀態,請檢查 ConversationalAgentSession.AgentState

適用於

另請參閱