Package ai.waii.clients.query
Class GenerateQuestionResponse.GeneratedQuestion
java.lang.Object
ai.waii.clients.query.GenerateQuestionResponse.GeneratedQuestion
- Enclosing class:
GenerateQuestionResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratedQuestion(String question, String complexity, List<TableName> tables) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetComplexity(String complexity) voidsetQuestion(String question) void
-
Constructor Details
-
GeneratedQuestion
-
-
Method Details
-
getQuestion
-
setQuestion
-
getComplexity
-
setComplexity
-
getTables
-
setTables
-