Поделиться через


VersionsExportMethodResponse type

Содержит данные ответа для операции exportMethod.

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