TemplateInsightConfiguration

data class TemplateInsightConfiguration(val computations: List<TemplateComputation>? = null, val customNarrative: TemplateCustomNarrativeOptions? = null)

Constructors

Link copied to clipboard
constructor(computations: List<TemplateComputation>? = null, customNarrative: TemplateCustomNarrativeOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The computations configurations of the insight visual

Link copied to clipboard

The custom narrative of the insight visual.