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.
Uses a IBotTelemetryClient object to log incoming, outgoing, updated, or deleted message activities.
public class TelemetryLoggerMiddleware : Microsoft.Bot.Builder.IMiddleware
type TelemetryLoggerMiddleware = class
interface IMiddleware
Public Class TelemetryLoggerMiddleware
Implements IMiddleware
Fills event properties for the BotMsgReceiveEvent event.
If the LogPersonalInformation is true, filters out the sender's name and the
message's text and speak fields.
Fills event properties for the BotMsgSendEvent event.
If the LogPersonalInformation is true, filters out the recipient's name and the
message's text and speak fields.