共用方式為


KnowledgebaseDownloadResponse type

包含下載作業的回應資料。

type KnowledgebaseDownloadResponse = QnADocumentsDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: QnADocumentsDTO
  }
}