AnalysisInsightConfiguration

data class AnalysisInsightConfiguration(val computations: List<AnalysisComputation>? = null, val customNarrative: AnalysisCustomNarrativeOptions? = null)

Constructors

Link copied to clipboard
constructor(computations: List<AnalysisComputation>? = null, customNarrative: AnalysisCustomNarrativeOptions? = 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.