#[cfg_attr(feature = "apple", link(name = "BusinessChat", kind = "framework"))]
extern "C" {}
#[path = "BCChatAction.rs"]
mod __BCChatAction;
#[path = "BCChatButton.rs"]
mod __BCChatButton;
#[cfg(feature = "BusinessChat_BCChatAction")]
pub use self::__BCChatAction::BCChatAction;
pub use self::__BCChatAction::BCParameterName;
pub use self::__BCChatAction::BCParameterNameBody;
pub use self::__BCChatAction::BCParameterNameGroup;
pub use self::__BCChatAction::BCParameterNameIntent;
#[cfg(feature = "BusinessChat_BCChatButton")]
pub use self::__BCChatButton::BCChatButton;
pub use self::__BCChatButton::BCChatButtonStyle;
pub use self::__BCChatButton::{BCChatButtonStyleDark, BCChatButtonStyleLight};