Fluent method for configuring the object.
Configuration settings to apply.
The Configurable after the operation is complete.
ProtectedcreateCreates choose intent result in the case that there are conflicting or ambiguous signals from the recognizers.
A group of recognizer results.
Recognizer result which is ChooseIntent.
ProtectedfillUses the RecognizerResult to create a list of properties to be included when tracking the result in telemetry.
Recognizer Result.
A list of properties to append or override the properties created using the RecognizerResult.
Optional_dialogContext: DialogContextDialog Context.
A collection of properties that can be included when calling the TrackEvent method on the TelemetryClient.
Gets the converter for the selector configuration. *
The key of the conditional selector configuration. *
The converter for the selector configuration.
To recognize intents and entities in a users utterance.
Dialog Context.
Activity.
Optional_telemetryProperties: Record<string, string>Additional properties to be logged to telemetry with event.
Optional_telemetryMetrics: Record<string, number>Additional metrics to be logged to telemetry with event.
Protectedstringify
Base class for implementing custom recognizers to identify intents and entities from user input.
Remarks
Recognizers process user input, such as text or speech, and return structured data representing the recognized intents, entities, and other relevant information. This class provides a foundation for creating custom recognizers by defining common methods and properties.