Compartir a través de


DialogContainer.TelemetryClient Propiedad

Definición

Obtiene o establece el objeto IBotTelemetryClient que se va a usar para el registro. Al establecer esta propiedad, también se establecen todas las propiedades de los diálogos TelemetryClient contenidos.

public override Microsoft.Bot.Builder.IBotTelemetryClient TelemetryClient { get; set; }
member this.TelemetryClient : Microsoft.Bot.Builder.IBotTelemetryClient with get, set
Public Overrides Property TelemetryClient As IBotTelemetryClient

Valor de propiedad

que IBotTelemetryClient se va a usar al registrar.

Se aplica a

Consulte también