ActivationSignalDetector.GetConfiguration(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.