Options
All
  • Public
  • Public/Protected
  • All
Menu

EF Conversation Provider Demo

A provider that contains a conversation tree that demonstrates all of the possible discourse and link interactions.

import Provider, {
  formationsString as formations,
  formationsStringStart as id,
} from '@ef-carbon/conversation-provider-demo';
import { Cache, Processor } from '@ef-carbon/conversation';

const cache = new Cache({ provider: new Provider({ formationsString }) });
const processor = new Processor({ cache, id });