Interface ITelemetryClient
An interface for sending telemetry.
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.Shared.dll
Syntax
public interface ITelemetryClient
Methods
View SourceHandledException(Exception)
Occurs when an exception is handled by the UI.
Declaration
void HandledException(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | The exception. |