SkypeMentionNormalizeMiddleware.NormalizeSkypMentionText(Activity) 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.
Performs the normalization of Skype mention Entities.
public static void NormalizeSkypMentionText (Microsoft.Bot.Schema.Activity activity);
static member NormalizeSkypMentionText : Microsoft.Bot.Schema.Activity -> unit
Public Shared Sub NormalizeSkypMentionText (activity As Activity)
Parameters
- activity
- Activity
The activity containing the mentions to normalize.