RuntimeGenerateAnswerResponse type
Contains response data for the generateAnswer operation.
type RuntimeGenerateAnswerResponse = QnASearchResultList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: QnASearchResultList
}
}