Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.67 KB

activationsignaldetector_getconfiguration_1305062546.md

File metadata and controls

39 lines (23 loc) · 1.67 KB
-api-id -api-type
M:Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.GetConfiguration(System.String,System.String)
winrt method

Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetector.GetConfiguration

-description

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.

-parameters

-param signalId

The unique identifier for the ConversationalAgentSignal.

-param modelId

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.

-remarks

-see-also

GetConfigurationAsync

-examples