Compartir a través de


DialogSet.TelemetryClient Propiedad

Definición

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

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

Valor de propiedad

que IBotTelemetryClient se va a usar para el registro.

Comentarios

Cuando se establece esta propiedad, establece el TelemetryClient de cada cuadro de diálogo del conjunto en el nuevo valor.

Se aplica a