API Reference

Agent Initialization

Initializing your agent and calling the 'show' API

// using the api name of your copilot
const AGENT_API_NAME = 'onboarding';

eucera('when','ready', () => {
  eucera('agent', AGENT_API_NAME, 'show');
});