DialogContainer.TelemetryClient Property

Definition

Gets or sets the IBotTelemetryClient to use for logging. When setting this property, all of the contained dialogs' TelemetryClient properties are also set.

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

Property Value

The IBotTelemetryClient to use when logging.

Applies to

See also