Server SDKs
Build AI agents, control calls, send messages, and more
Add a POM section to the step. Cannot be used with setText().
setText()
Section heading (rendered as a Markdown ## heading).
##
Section body text.
Step — Self for method chaining.
Step
1import { ContextBuilder } from '@signalwire/sdk';23const builder = new ContextBuilder();4const ctx = builder.addContext('default');5const step = ctx.addStep('collect_info');6step.addSection('Task', 'Collect the caller\'s account information.');7step.addSection('Guidelines', 'Be polite and patient. Confirm each piece of information.');