Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.82 KB

File metadata and controls

43 lines (25 loc) · 1.82 KB
-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)

-description

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.

-parameters

-param signalId

The locale-independent identifier for this configuration.

-param modelId

The unique identifier, typically locale-specific, for the model data associated with this configuration.

-param displayName

The name of the signal in a localizable, human-readable form.

-returns

An object that provides the configuration and the status of the configuration.

-remarks

-see-also

CreateConfigurationWithResultAsync(System.String,System.String,System.String)

-examples