DialogContainer.TelemetryClient Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Overrides Property TelemetryClient As IBotTelemetryClientProperty Value
The IBotTelemetryClient to use when logging.