Udostępnij za pośrednictwem


ActivationSignalDetector.GetConfiguration(String, String) Method

Definition

Gets the ActivationSignalDetectionConfiguration object associated with the specified ActivationSignalDetectionConfiguration.SignalId and ActivationSignalDetectionConfiguration.ModelId pair.

Important

To avoid possible concurrency issues, we recommend using GetConfigurationAsync instead.

public:
 virtual ActivationSignalDetectionConfiguration ^ GetConfiguration(Platform::String ^ signalId, Platform::String ^ modelId) = GetConfiguration;
ActivationSignalDetectionConfiguration GetConfiguration(winrt::hstring const& signalId, winrt::hstring const& modelId);
public ActivationSignalDetectionConfiguration GetConfiguration(string signalId, string modelId);
function getConfiguration(signalId, modelId)
Public Function GetConfiguration (signalId As String, modelId As String) As ActivationSignalDetectionConfiguration

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

The ActivationSignalDetectionConfiguration object associated with the specified ActivationSignalDetectionConfiguration.SignalId and ActivationSignalDetectionConfiguration.ModelId pair.

Applies to

See also