AI Config value and tracker.

interface LDAIConfig {
    config: LDGenerationConfig;
    enabled: boolean;
    tracker: LDAIConfigTracker;
}

Properties

The result of the AI Config customization.

enabled: boolean

Whether the configuration is enabled.

A tracker which can be used to generate analytics.