Show / Hide Table of Contents

Interface ITelemetryClient

An interface for sending telemetry.

Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.Shared.dll
Syntax
public interface ITelemetryClient

Methods

View Source

HandledException(Exception)

Occurs when an exception is handled by the UI.

Declaration
void HandledException(Exception e)
Parameters
Type Name Description
Exception e

The exception.

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