Show / Hide Table of Contents

Interface IBotScriptTelemetryClient

An interface for sending telemetry.

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

Methods

View Source

BotSaved(IBotViewModel)

Occurs when a bot is saved.

Declaration
void BotSaved(IBotViewModel bot)
Parameters
Type Name Description
IBotViewModel bot

The bot.

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