AnalysisInsightConfiguration

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

Constructors

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

Link copied to clipboard

The general visual interactions setup for a visual.