IPromptRecognizer.RecognizeLocalizedRegExp 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.
Recognizer using a RegEx to match expressions.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.RecognizeEntity<string>> RecognizeLocalizedRegExp (Microsoft.Bot.Connector.IMessageActivity message, string expressionKey, System.Resources.ResourceManager resourceManager);
abstract member RecognizeLocalizedRegExp : Microsoft.Bot.Connector.IMessageActivity * string * System.Resources.ResourceManager -> seq<Microsoft.Bot.Builder.Dialogs.RecognizeEntity<string>>
Public Function RecognizeLocalizedRegExp (message As IMessageActivity, expressionKey As String, resourceManager As ResourceManager) As IEnumerable(Of RecognizeEntity(Of String))
Parameters
- message
- IMessageActivity
Message context.
- expressionKey
- String
Name of the resource with the RegEx.
- resourceManager
- ResourceManager
Resources with the localized expression.