voiceflousion 0.3.1

A crate that provides toolkit for Voiceflow AI bots integrations and pre-built functionality for quick integration with popular messengers
Documentation
1
2
3
4
5
6
pub mod core;
pub mod errors;
#[cfg(any(feature = "telegram", feature = "whatsapp", feature = "discord_unimplemented"))]
pub mod integrations;
#[cfg(any(feature = "server"))]
pub mod server;