Share via


DialogSet.TelemetryClient Property

Definition

Gets or sets the IBotTelemetryClient to use for logging.

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

Property Value

The IBotTelemetryClient to use for logging.

Remarks

When this property is set, it sets the TelemetryClient of each dialog in the set to the new value.

Applies to