Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.46 KB

activationsignaldetector_createconfiguration_221578933.md

File metadata and controls

39 lines (23 loc) · 1.46 KB
-api-id -api-type
M:Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.CreateConfiguration(System.String,System.String,System.String)
winrt method

Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.CreateConfiguration

-description

Creates an ActivationSignalDetectionConfiguration object associated with the specified ActivationSignalDetectionConfiguration.SignalId and ActivationSignalDetectionConfiguration.ModelId pair and adds it to the collection of supported configurations for the detector.

Important

To avoid possible concurrency issues, we recommend using CreateConfigurationAsync 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.

-remarks

-see-also

CreateConfigurationAsync

-examples