Package ai.tock.bot.admin.user
Class UserAnalyticsQueryResult
-
- All Implemented Interfaces:
public final class UserAnalyticsQueryResult
-
-
Method Summary
Modifier and Type Method Description final List<String>getDates()final List<List<Integer>>getUsersData()final List<String>getConnectorsType()final List<String>getIntents()-
-
Method Detail
-
getUsersData
final List<List<Integer>> getUsersData()
-
getConnectorsType
final List<String> getConnectorsType()
-
getIntents
final List<String> getIntents()
-
-
-
-