Uses of Class
ai.waii.clients.chart.ChartGenerationRequest
Packages that use ChartGenerationRequest
-
Uses of ChartGenerationRequest in ai.waii.clients.chart
Methods in ai.waii.clients.chart that return ChartGenerationRequestModifier and TypeMethodDescriptionChartGenerationRequest.setChartType(ChartType chartType) ChartGenerationRequest.setDataframeCols(List<Column> dataframeCols) ChartGenerationRequest.setDataframeRows(List<Map<String, Object>> dataframeRows) ChartGenerationRequest.setParentUuid(String parentUuid) ChartGenerationRequest.setTweakHistory(List<ChartTweak> tweakHistory) Methods in ai.waii.clients.chart with parameters of type ChartGenerationRequest -
Uses of ChartGenerationRequest in ai.waii.clients.history
Methods in ai.waii.clients.history that return ChartGenerationRequestModifier and TypeMethodDescriptionGeneratedChartHistoryEntry.getRequest()GeneratedChatHistoryEntry.getRequest()Methods in ai.waii.clients.history with parameters of type ChartGenerationRequestModifier and TypeMethodDescriptionvoidGeneratedChartHistoryEntry.setRequest(ChartGenerationRequest request) voidGeneratedChatHistoryEntry.setRequest(ChartGenerationRequest request)