SkypeMentionNormalizeMiddleware クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 に修正するミドルウェアの実装は、 で動作します。 |