VersionsExportMethodResponse type

Obsahuje data odpovědi pro operaci exportMethod.

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