Using this sample HERE to understand WebScene Presentation Slides. In a JSAP application, I want the user to create a slide and persist slide so the user can visit the slide again at a different time. The sample does not persist the Slides.
The code sample states in the inline comments:
/*****************************************************************
* Add the slide to the slides collection of the scene presentation
* such that if the scene were to published back to the portal, the
* newly created slide would be correctly persisted as part of the
* WebScene *****************************************************************/
The SDK (HERE) states: "Additionally, slides can be stored as part of the WebScene.presentation."
- Republishing the webscene seems pretty heavy handed, and looks like it updates the webscene to a new default view orientation.
- I'm still not seeing any documentation about how I can persist the slides in the presentation of the webscene.
I also note that the ArcGIS Online SceneViewer includes Presentations, which allows you to persist Slides, but you have to Save the WebScene.

All I want to do is persist the slide in the WebScene from the JSAPI with no other changes to the WebScene.
Oh, and we may want to do this to create thousands of slides for a WebScene (sic).
TIA