Share via


ConversationalAgentDetectorManager Class

Definition

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
Object Platform::Object IInspectable ConversationalAgentDetectorManager
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Properties

Default

Gets the global manager associated with all ActivationSignalDetector objects available on the system.

Methods

GetActivationSignalDetectorFromId(String)

Retrieves the ActivationSignalDetector object available on the system that is associated with this manager and that has the ActivationSignalDetector.DetectorId specified.

Important

To avoid possible concurrency issues, we recommend using GetActivationSignalDetectorFromIdAsync(System.String) instead.

GetActivationSignalDetectorFromIdAsync(String)

Asynchronously retrieves the ActivationSignalDetector object available on the system that is associated with this manager and that has the ActivationSignalDetector.DetectorId specified.

GetActivationSignalDetectors(ActivationSignalDetectorKind)

Retrieves all ActivationSignalDetector objects available on the system that are associated with this manager.

Important

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

GetActivationSignalDetectorsAsync(ActivationSignalDetectorKind)

Asynchronously retrieves all ActivationSignalDetector objects available on the system that are associated with this manager.

GetAllActivationSignalDetectors()

Retrieves all ActivationSignalDetector objects available on the system that are associated with this manager and that correspond to the type of detector specified.

Important

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

GetAllActivationSignalDetectorsAsync()

Asynchronously retrieves all ActivationSignalDetector objects available on the system that are associated with this manager and that correspond to the type of detector specified.

Applies to

See also