Interface IBotScriptTelemetryClient
An interface for sending telemetry.
Inherited Members
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BotScripting.dll
Syntax
public interface IBotScriptTelemetryClient : ITelemetryClient
Methods
View SourceBotSaved(IBotViewModel)
Occurs when a bot is saved.
Declaration
void BotSaved(IBotViewModel bot)
Parameters
| Type | Name | Description |
|---|---|---|
| IBotViewModel | bot | The bot. |