VersionsExportMethodResponse type
Bevat antwoordgegevens voor de exportMethod-bewerking.
type VersionsExportMethodResponse = LuisApp & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: LuisApp }
}