SkypeMentionNormalizeMiddleware クラス

定義

注意事項

You should use NormalizeMentionsMiddleware instead of this class.

想定される値に準拠していないため、Skype のメンション エンティティにパッチを適用するミドルウェア。 言及が使用されている場合、Skype と対話するボットはこのミドルウェアを使用する必要があります。

[System.Obsolete("You should use NormalizeMentionsMiddleware instead of this class.")]
public class SkypeMentionNormalizeMiddleware : Microsoft.Bot.Builder.IMiddleware
[<System.Obsolete("You should use NormalizeMentionsMiddleware instead of this class.")>]
type SkypeMentionNormalizeMiddleware = class
    interface IMiddleware
Public Class SkypeMentionNormalizeMiddleware
Implements IMiddleware
継承
SkypeMentionNormalizeMiddleware
属性
実装

コンストラクター

SkypeMentionNormalizeMiddleware()
古い.

SkypeMentionNormalizeMiddleware クラスの新しいインスタンスを初期化します。

メソッド

NormalizeSkypMentionText(Activity)
古い.

Skype メンション エンティティの正規化を実行します。

OnTurnAsync(ITurnContext, NextDelegate, CancellationToken)
古い.

Enity.Mention.Text を値 RemoveMentionText に修正するミドルウェアの実装は、 で動作します。

適用対象