| -api-id | M:Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.CreateConfigurationWithResult(System.String,System.String,System.String) |
|---|---|
| -api-type | winrt method |
Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.CreateConfigurationWithResult(System.String,System.String,System.String)
Creates an ActivationSignalDetectionConfigurationCreationResult object associated with the specified ActivationSignalDetectionConfiguration.SignalId and ActivationSignalDetectionConfiguration.ModelId pair, adds it to the collection of supported configurations for the detector, along with an indicator of success.
Important
To avoid possible concurrency issues, we recommend using CreateConfigurationWithResultAsync(System.String,System.String,System.String) instead.
The locale-independent identifier for this configuration.
The unique identifier, typically locale-specific, for the model data associated with this configuration.
The name of the signal in a localizable, human-readable form.
An object that provides the configuration and the status of the configuration.
CreateConfigurationWithResultAsync(System.String,System.String,System.String)