Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.52 KB

File metadata and controls

34 lines (20 loc) · 1.52 KB
-api-id M:Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfiguration.SetEnabledAsync(System.Boolean)
-api-type winrt method

Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfiguration.SetEnabledAsync

-description

Asynchronously enables or disables the configuration in an application-level manner, independent of system-level settings. The configuration must be both allowed and enabled for its associated ActivationSignalDetector.

-parameters

-param value

True, if enabled. Otherwise, false.

-returns

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

-remarks

Configuration might not be active even if configuration is enabled successfully. For configuration to be active, all necessary resources must be available and configuration permissions must be granted by the user in Settings.

-see-also

DetectionConfigurationAvailabilityInfo, SetEnabled SetEnabledWithResult(System.Boolean), SetEnabledWithResultAsync(System.Boolean)

-examples