Compartir a través de


Dialog.TelemetryClient Propiedad

Definición

Obtiene o establece el objeto IBotTelemetryClient que se va a usar para el registro.

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

Valor de propiedad

que IBotTelemetryClient se va a usar para el registro.

Se aplica a

Consulte también