Class BotDataEventArgs
The event arguments for bot events.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Core.dll
Syntax
public class BotDataEventArgs : LogEventArgs
Constructors
View SourceBotDataEventArgs()
Initializes a new instance of the BotDataEventArgs class.
Declaration
public BotDataEventArgs()
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 SourceBotData
Gets the bot data for the event.
Declaration
public IBrainBotData? BotData { get; }
Property Value
| Type | Description |
|---|---|
| IBrainBotData |