ConversationalAgentSystemStateChangeType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 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 | 設定時,表示系統能夠使用狀態指示器燈已變更。 |
ScreenAvailability | 1 | 設定時,表示系統開啟或使用的顯示裝置已變更 (這並不表示目前是否正在使用顯示器) 。 對應至 ConversationalAgentSession.IsScreenAvailable。 |
UserAuthentication | 0 | 設定時,表示使用者的驗證狀態已變更 (,例如當使用者鎖定或解除鎖定系統) 時。 對應至 ConversationalAgentSession.IsUserAuthenticated。 |
VoiceActivationAvailability | 3 | 設定時,表示已透過系統設定或組策略變更語音啟用可用性。 對應至 ConversationalAgentSession.IsVoiceActivationAvailable。 |
備註
針對目前的代理程序狀態,請檢查 ConversationalAgentSession.AgentState。