Package ai.tock.bot.admin.indicators
Class Indicator
-
- All Implemented Interfaces:
public final class IndicatorIndicator data class
-
-
Method Summary
-
-
Constructor Detail
-
Indicator
Indicator(Id<Indicator> _id, String name, String label, String description, String botId, Set<String> dimensions, Set<IndicatorValue> values)
- Parameters:
_id- optional because autogeneratedname- mandatory indicator namelabel- mandatory indicator labeldescription- optional descriptionbotId- the application namedimensions- mandatory indicator dimensionsvalues- set of IndicatorValue
-
-
-
-