ConversationalAgentDetectorManager.GetAllActivationSignalDetectors 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.
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.
public:
virtual IVectorView<ActivationSignalDetector ^> ^ GetAllActivationSignalDetectors() = GetAllActivationSignalDetectors;
IVectorView<ActivationSignalDetector> GetAllActivationSignalDetectors();
public IReadOnlyList<ActivationSignalDetector> GetAllActivationSignalDetectors();
function getAllActivationSignalDetectors()
Public Function GetAllActivationSignalDetectors () As IReadOnlyList(Of ActivationSignalDetector)
Returns
When this method completes successfully, it returns a collection of activation signal detectors.