Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.16 KB

File metadata and controls

34 lines (20 loc) · 1.16 KB
-api-id M:Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.RemoveConfigurationAsync(System.String,System.String)
-api-type winrt method

Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.RemoveConfigurationAsync

-description

Asynchronously removes the ActivationSignalDetectionConfiguration identified by the ActivationSignalDetectionConfiguration.SignalId and ActivationSignalDetectionConfiguration.ModelId pair.

-parameters

-param signalId

The unique identifier for the ConversationalAgentSignal.

-param modelId

The unique model identifier of the Signal that activated the conversational agent.

-returns

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

-remarks

-see-also

-examples