@jambonz/sdk
    Preparing search index...

    Class VerbBuilder

    Base class for building jambonz verb arrays. Extended by WebhookResponse and WsSession. Provides typed verb methods and optional runtime schema validation.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    verbs: Verb[] = []
    validator: JambonzValidator | null

    Accessors

    Methods

    • Speak text using TTS. Supports SSML, multiple voices, and streaming.

      Parameters

      Returns this

    • Connect the caller to an LLM for real-time voice conversation.

      Parameters

      Returns this

    • Stream real-time call audio to a WebSocket endpoint. Supports bidirectional audio.

      Parameters

      Returns this

    • Add one or more verbs from raw JSON. Validates against the JSON schemas at runtime if validation is enabled.

      Parameters

      Returns this