RuntimeGenerateAnswerResponse type
generateAnswer 操作の応答データを格納します。
type RuntimeGenerateAnswerResponse = QnASearchResultList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: QnASearchResultList
}
}