Share via


NormalizeMentionsMiddleware 클래스

정의

정규화할 미들웨어는 예상 값을 준수하지 않으므로 태그 태그에> 적용되는 <채널에서 엔터티를 언급합니다. 멘션이 사용되는 경우 Skype 및/또는 팀과 상호 작용하는 봇은 이 미들웨어를 사용해야 합니다.

public class NormalizeMentionsMiddleware : Microsoft.Bot.Builder.IMiddleware
type NormalizeMentionsMiddleware = class
    interface IMiddleware
Public Class NormalizeMentionsMiddleware
Implements IMiddleware
상속
NormalizeMentionsMiddleware
구현

생성자

NormalizeMentionsMiddleware()

NormalizeMentionsMiddleware 클래스의 새 인스턴스를 초기화합니다.

속성

RemoveRecipientMention

받는 사람 멘션을 제거할지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

OnTurnAsync(ITurnContext, NextDelegate, CancellationToken)

Enity.Mention.Text를 RemoveMentionText에서 사용할 수 있는 값으로 수정하는 미들웨어 구현입니다.

적용 대상