Share via


ActivationSignalDetector.RemoveConfigurationAsync(String, String) Method

Definition

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

public:
 virtual IAsyncAction ^ RemoveConfigurationAsync(Platform::String ^ signalId, Platform::String ^ modelId) = RemoveConfigurationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RemoveConfigurationAsync(winrt::hstring const& signalId, winrt::hstring const& modelId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RemoveConfigurationAsync(string signalId, string modelId);
function removeConfigurationAsync(signalId, modelId)
Public Function RemoveConfigurationAsync (signalId As String, modelId As String) As IAsyncAction

Parameters

signalId
String

Platform::String

winrt::hstring

The unique identifier for the ConversationalAgentSignal.

modelId
String

Platform::String

winrt::hstring

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.

Attributes

Applies to