Interface IBotBrainTelemetryClient
An interface for sending telemetry.
Inherited Members
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public interface IBotBrainTelemetryClient : ITelemetryClient
Methods
View SourceBotBrainStarted(IBotBrainClient)
Occurs when a bot brain is started.
Declaration
void BotBrainStarted(IBotBrainClient brain)
Parameters
Type | Name | Description |
---|---|---|
IBotBrainClient | brain | The brain bot. |
BotBrainStopped(IBotBrainClient)
Occurs when a bot brain is stopped.
Declaration
void BotBrainStopped(IBotBrainClient brain)
Parameters
Type | Name | Description |
---|---|---|
IBotBrainClient | brain | The brain bot. |