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
#[cfg(feature = "telegram")]
pub mod telegram;
#[cfg(feature = "whatsapp")]
pub mod whatsapp;
#[cfg(feature = "discord_unimplemented")]
pub mod discord;

#[cfg(not(feature = "advanced"))]
pub(crate) mod utils;

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