Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.82 KB

README.md

File metadata and controls

74 lines (43 loc) · 1.82 KB

Memori examples

Here you can find examples for integrations and demo

Table of Contents

Clients

Embedded widget

Demo

Embedded widget

JavaScript vanilla

Demo

Minimal Web Client screenshot

React

Demo

Minimal Web Client screenshot

With TypeScript SDK

See memori-api-client and the demo

CLI examples

Node

Demo

Node Client recording

With TypeScript SDK

See memori-api-client and the demo

Python

Demo

Python Client recording

Intents

Intent webhook (TypeScript)

Webhook for an intent handler written in TypeScript (runs on CF Workers).

Example

Intent Slot webhook (TypeScript)

Webhook for an intent slot handler written in TypeScript (runs on CF Workers).

Example