This question is regarding QnA maker.
When I post a question in chatbot and inspect the answer, I can see the best answer as well as other answers(Observed 3 answeres). But when I request for the same using api
listSearchResults = client.knowledgebase.generate_answer(kb_id, QueryDTO(question = question))
I received only one answer, for my applications I need multiple answers (closest ones too).
How do I get it using api?