Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 247 Bytes

File metadata and controls

13 lines (10 loc) · 247 Bytes

botbuilder-agent

Usage

// import
import { makeAgent } from 'botbuilder-agent'

// instantiate agent with DirectLine secret
const agent = makeAgent('directlineSecretString')

// make asynchronous calls with agents
agent(callPromise)