ChatBubbleHaiva constructor
ChatBubbleHaiva({
- Key? key,
- required ResponseMessage message,
- required dynamic onSendMessage(),
- required dynamic onFormSubmit(),
- required AgentConfigs agentDetails,
- String? locale,
- required bool stopSpeaking,
- required bool isSpeaking,
Implementation
ChatBubbleHaiva(
{Key? key, required this.message,
required this.onSendMessage,
required this.onFormSubmit,
required this.agentDetails,
this.locale, required this.stopSpeaking, required this.isSpeaking})
: super(key: key);