ChatbotIntegration constructor

const ChatbotIntegration({
  1. required String chatbotId,
  2. Key? key,
})

Implementation

const ChatbotIntegration({
  required this.chatbotId,
  super.key,
});