SmartChatBotHelper constructor
const
SmartChatBotHelper({
- Key? key,
- required String appName,
- required String appDescription,
- required Map<
String, String> predefinedMessages, - required Map<
String, String> predefinedButtons, - ChatBotTheme? theme,
- bool showPredefinedAsChatMessages = false,
- ChatBotOpenType openType = ChatBotOpenType.bottomSheet,
- required String token,
Implementation
const SmartChatBotHelper({
super.key,
required this.appName,
required this.appDescription,
required this.predefinedMessages,
required this.predefinedButtons,
this.theme,
this.showPredefinedAsChatMessages = false,
this.openType = ChatBotOpenType.bottomSheet,
required this.token
});