Show / Hide Table of Contents

Interface IBotBrainTelemetryClient

An interface for sending telemetry.

Inherited Members
ITelemetryClient.HandledException(Exception)
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public interface IBotBrainTelemetryClient : ITelemetryClient

Methods

View Source

BotBrainStarted(IBotBrainClient)

Occurs when a bot brain is started.

Declaration
void BotBrainStarted(IBotBrainClient brain)
Parameters
Type Name Description
IBotBrainClient brain

The brain bot.

View Source

BotBrainStopped(IBotBrainClient)

Occurs when a bot brain is stopped.

Declaration
void BotBrainStopped(IBotBrainClient brain)
Parameters
Type Name Description
IBotBrainClient brain

The brain bot.

  • View Source
In this article
Back to top Generated by DocFX