manage_speaker_notes
Read, write, or clear speaker notes on any slide to keep presenter cues out of the audience view.
Instructions
Read, write or clear a slide's speaker notes.
Notes belong in the notes pane, never in a text box on the slide itself — a "notes" textbox is visible to the audience during the presentation.
operation:
"get" return the notes for slide_index, or for every slide when
slide_index is omitted;
"set" replace the notes on slide_index with text;
"clear" remove the notes from slide_index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| operation | Yes | ||
| slide_index | No | ||
| presentation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |