ConversationalAgentDetectorManager Class
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.
Provides access to existing signal detector and configuration definitions of a digital assistant.
public ref class ConversationalAgentDetectorManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ConversationalAgentDetectorManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ConversationalAgentDetectorManager
Public NotInheritable Class ConversationalAgentDetectorManager
- Inheritance
- Attributes
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|
Default |
Gets the global manager associated with all ActivationSignalDetector objects available on the system. |
Get |
Retrieves the ActivationSignalDetector object available on the system that is associated with this manager and that has the ActivationSignalDetector.DetectorId specified. Ważne To avoid possible concurrency issues, we recommend using GetActivationSignalDetectorFromIdAsync(System.String) instead. |
Get |
Asynchronously retrieves the ActivationSignalDetector object available on the system that is associated with this manager and that has the ActivationSignalDetector.DetectorId specified. |
Get |
Retrieves all ActivationSignalDetector objects available on the system that are associated with this manager. Ważne To avoid possible concurrency issues, we recommend using GetActivationSignalDetectorsAsync instead. |
Get |
Asynchronously retrieves all ActivationSignalDetector objects available on the system that are associated with this manager. |
Get |
Retrieves all ActivationSignalDetector objects available on the system that are associated with this manager and that correspond to the type of detector specified. Ważne To avoid possible concurrency issues, we recommend using GetAllActivationSignalDetectorsAsync instead. |
Get |
Asynchronously retrieves all ActivationSignalDetector objects available on the system that are associated with this manager and that correspond to the type of detector specified. |