IBotTelemetryClientExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for IBotTelemetryClient.
public static class IBotTelemetryClientExtensions
type IBotTelemetryClientExtensions = class
Public Module IBotTelemetryClientExtensions
- Inheritance
-
IBotTelemetryClientExtensions
Methods
TrackDialogView(IBotTelemetryClient, String, IDictionary<String,String>, IDictionary<String,Double>) |
Log a DialogView using the TrackPageView method on the IBotTelemetryClient if IBotPageViewTelemetryClient has been implemented. Alternatively log the information out via TrackTrace. |