Multivocal: A New Way to Build Voice Agent Fulfillment with Node.js

Presentation Proposal

const Multivocal = require('multivocal');

new Multivocal.Config.Simple({
  Local: {
    und: {
      Response: {
        "Action.multivocal.welcome": [
          {
            Template: {
              Text: "Hello world."
            },
            ShouldClose: true
          }
        ]
      }
    }
  }
});

exports.webhook = Multivocal.processFirebaseWebhook;

https://multivocal.info/

https://prisoner.com/ubi/

Allen Firstenberg

allen@firstenberg.org

@afirstenberg

Multivocal: A New Way to Build Voice Agent Fulfillment with Node.js

Thank you for your consideration

Nodeconf AR CFP

By Allen “Prisoner” Firstenberg

Nodeconf AR CFP

  • 930