@streamelements/chatbot
v2.30.1
Published
ConnectRPC v2 client for chatbot - auto-generated from Protocol Buffers
Downloads
405
Readme
@streamelements/chatbot
ConnectRPC client for chatbot.
Installation
# npm
npm install @streamelements/chatbot
# bun
bun add @streamelements/chatbot
# yarn
yarn add @streamelements/chatbot
# pnpm
pnpm add @streamelements/chatbotUsage
ESM (Node.js, Bun, Deno)
import { service_v1 } from '@streamelements/chatbot';
// or import specific version
import { YourService } from '@streamelements/chatbot/api/service/v1';CommonJS (Legacy Node.js)
const { service_v1 } = require('@streamelements/chatbot');Runtime Support
This package is built with modern JavaScript runtimes in mind:
- ✅ Node.js 18+
- ✅ Bun 1.0+
- ✅ Deno (with npm: specifier)
- ✅ Edge runtimes (Cloudflare Workers, Vercel Edge, etc.)
