Share via


ActivationSignalDetectionConfigurationCreationStatus Enum

Definition

Specifies the possible results when creating an ActivationSignalDetectionConfiguration for the digital assistant.

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

Windows requirements

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

Fields

ConfigurationAlreadyExists 6

Creation failed because ActivationSignalDetectionConfiguration already exists.

CreationNotSupported 7

Creation of an ActivationSignalDetectionConfiguration is not supported.

InvalidDisplayName 5

Creation failed because the specified DisplayName is not in the correct format.

InvalidModelId 4

Creation failed because the specified ModelId is not in the correct format.

InvalidSignalId 3

Creation failed because the specified SignalId is not in the correct format.

ModelIdNotSupported 2

Creation failed because the specified ModelId is not supported by the ActivationSignalDetector.

SignalIdNotAvailable 1

Creation failed because a SignalId was not available. This can occur when the signal ID is already associated with an ActivationSignalDetectionConfiguration.

Success 0

The ActivationSignalDetectionConfiguration was successfully created.

Applies to

See also