Show / Hide Table of Contents

Class BotDataEventArgs

The event arguments for bot events.

Inheritance
object
LogEventArgs
BotDataEventArgs
Inherited Members
LogEventArgs.Source
LogEventArgs.MessageType
LogEventArgs.Message
LogEventArgs.ToString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Core.dll
Syntax
public class BotDataEventArgs : LogEventArgs

Constructors

View Source

BotDataEventArgs()

Initializes a new instance of the BotDataEventArgs class.

Declaration
public BotDataEventArgs()
View Source

BotDataEventArgs(IBrainBotData)

Initializes a new instance of the BotDataEventArgs class.

Declaration
public BotDataEventArgs(IBrainBotData botData)
Parameters
Type Name Description
IBrainBotData botData

The bot data.

Properties

View Source

BotData

Gets the bot data for the event.

Declaration
public IBrainBotData? BotData { get; }
Property Value
Type Description
IBrainBotData
  • View Source
In this article
Back to top Generated by DocFX