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
7
8
9
10
11
12
13
mod voiceflousion_server;
pub mod handlers;
mod endpoints;
pub mod traits;

#[cfg(not(feature = "advanced"))]
mod subtypes;

#[cfg(feature = "advanced")]
pub mod subtypes;


pub use voiceflousion_server::VoiceflousionServer;