TelemetryTrackEventAction 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 IBotTelemetryClient 跟踪自定义事件。
public class TelemetryTrackEventAction : Microsoft.Bot.Builder.Dialogs.Dialog
type TelemetryTrackEventAction = class
inherit Dialog
Public Class TelemetryTrackEventAction
Inherits Dialog
- 继承
构造函数
TelemetryTrackEventAction(String, Dictionary<String,StringExpression>, String, Int32) |
初始化 TelemetryTrackEventAction 类的新实例。 |
字段
Kind |
类标识符。 |
属性
Disabled |
获取或设置一个可选表达式,如果 为 true,则禁用此操作。 |
EventName |
获取或设置要用于事件的名称。 |
Id |
获取或设置对话框的 ID。 (继承自 Dialog) |
Properties |
获取或设置要附加到跟踪事件的属性。 |
Source |
获取 cref=“SourceRange”/>的信息。 (继承自 Dialog) |
TelemetryClient |
获取或设置 IBotTelemetryClient 用于日志记录的 。 (继承自 Dialog) |
方法
扩展方法
RunAsync(Dialog, ITurnContext, IStatePropertyAccessor<DialogState>, CancellationToken) |
创建对话堆栈并启动对话,将其推送到堆栈上。 |