Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.37 KB

activationsignaldetector_createconfigurationasync_1444114791.md

File metadata and controls

38 lines (22 loc) · 1.37 KB
-api-id -api-type
M:Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.CreateConfigurationAsync(System.String,System.String,System.String)
winrt method

Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.CreateConfigurationAsync

-description

Asynchronously 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.

-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

Returns an IAsyncAction object that is used to control the asynchronous operation.

-remarks

-see-also

-examples