setText
Set the step’s prompt text directly. Cannot be used with addSection() or
addBullets().
Mixing setText() with addSection() or addBullets() throws an error.
Use one approach or the other.
Parameters
text
Plain-text prompt instructions for this step.
Returns
Step — Self for method chaining.