Aracılığıyla paylaş


VersionsExportMethodResponse type

exportMethod işlemi için yanıt verilerini içerir.

type VersionsExportMethodResponse = LuisApp & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: LuisApp }
}