ActivationSignalDetectionConfigurationCreationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Success | 0 | The ActivationSignalDetectionConfiguration was successfully created. |
SignalIdNotAvailable | 1 | Creation failed because a SignalId was not available. This can occur when the signal ID is already associated with an ActivationSignalDetectionConfiguration. |
ModelIdNotSupported | 2 | Creation failed because the specified ModelId is not supported by the ActivationSignalDetector. |
InvalidSignalId | 3 | Creation failed because the specified SignalId is not in the correct format. |
InvalidModelId | 4 | Creation failed because the specified ModelId is not in the correct format. |
InvalidDisplayName | 5 | Creation failed because the specified DisplayName is not in the correct format. |
ConfigurationAlreadyExists | 6 | Creation failed because ActivationSignalDetectionConfiguration already exists. |
CreationNotSupported | 7 | Creation of an ActivationSignalDetectionConfiguration is not supported. |