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
mod voiceflow_response_block_type;
mod voiceflow_response;
mod voiceflow_response_block;
mod voiceflow_response_block_processor;

pub(crate) use self::voiceflow_response::VoiceflowResponse;
pub(crate) use self::voiceflow_response_block::VoiceflowResponseBlock;
pub(crate) use self::voiceflow_response_block_type::VoiceflowResponseBlockType;
pub(super) use self::voiceflow_response_block_processor::VoiceflowResponseBlockProcessor;