ActivationSignalDetector.GetConfigurationAsync(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.
Asynchronously gets the ActivationSignalDetectionConfiguration object associated with the specified ActivationSignalDetectionConfiguration.SignalId and ActivationSignalDetectionConfiguration.ModelId pair.
public:
virtual IAsyncOperation<ActivationSignalDetectionConfiguration ^> ^ GetConfigurationAsync(Platform::String ^ signalId, Platform::String ^ modelId) = GetConfigurationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ActivationSignalDetectionConfiguration> GetConfigurationAsync(winrt::hstring const& signalId, winrt::hstring const& modelId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ActivationSignalDetectionConfiguration> GetConfigurationAsync(string signalId, string modelId);
function getConfigurationAsync(signalId, modelId)
Public Function GetConfigurationAsync (signalId As String, modelId As String) As IAsyncOperation(Of 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.
- Attributes