ChatBotDialog constructor
const
ChatBotDialog({})
Implementation
const ChatBotDialog({
super.key,
required this.appName,
required this.appDescription,
required this.predefinedMessages,
required this.predefinedButtons,
required this.theme,
this.showPredefinedAsChatMessages = false,
this.isFullPage = false,
required this.token,
});