ConversationalAgentActivationKind Enum

Definition

Specifies the supported agent activation types.

public enum class ConversationalAgentActivationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class ConversationalAgentActivationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum ConversationalAgentActivationKind
var value = Windows.ApplicationModel.ConversationalAgent.ConversationalAgentActivationKind.voiceActivationPreview
Public Enum ConversationalAgentActivationKind
Inheritance
ConversationalAgentActivationKind
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Fields

Foreground 1

Activation in normal window.

VoiceActivationPreview 0

Activation in the voice activation preview.

Applies to

See also