open fun recordExperiments(experiments: MutableMap<String, Boolean>): Telemetry (source)
Records all experiments the client knows of in the event ping.
experiments - A map of experiments the client knows of. Mapping experiment name to a Boolean value that is true if the client is part of the experiment and false if the client is not part of the experiment.