mobilecoinofficial / forest

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!
MIT License
19 stars 12 forks source link

[WIP] - DialogFlow integration #154

Closed deepfates closed 1 year ago

deepfates commented 2 years ago

Integrating Google DialogFlow will give stakeholders a way to build bots without having to dig into Forest internals, and relieve the pressure for our engineers to write and maintain complicated conversation trees within Bot classes.

The big tradeoff, obviously, is dealing with Google. Privacy goes down, cost and complexity goes up, and we don't have visibility or control over the source code.

More detailed notes, and installation instructions, can be found in DIALOGBOT.md

technillogue commented 2 years ago

@itdaniher this should probably go into a folder, right?

itdaniher commented 2 years ago

This looks amazing. Def goes in a subdir. Definitely a valid path forward for some sets of projects.

We probably want some abstraction for detecting message entropy, so ie) any payment addresses or PII isn't sent to google?

deepfates commented 2 years ago

This looks amazing. Def goes in a subdir. Definitely a valid path forward for some sets of projects.

We probably want some abstraction for detecting message entropy, so ie) any payment addresses or PII isn't sent to google?

this is a good point but i don't know how one detects such things?