Purusothaman Ramanujam
Purusothaman Ramanujam
Thanks for the heads-up. Can your please share some code on how to do that? I can test and make a pull request. On Tue 26 Jun, 2018, 8:53 PM...
Sorry. I am not using botkit now. Thanks, Purusothaman Ramanujam On Thu, Sep 27, 2018, 2:31 AM Patricia Goldweic wrote: > @Purus , have you been able to come up...
I also noticed that scrolling of the chat windows does not happen in Chrome after ending the conversation involving quick replies.
You can refer the below repo for the sample integration. It works well. https://github.com/matteoredaelli/botkit-starter-web-rasa-nlu
I am able to see a general chatbot option in the getbotmetrics.com website, but not in this repo. Thanks, Purusothaman Ramanujam
How about having as option in IDE settings?
Where you able to overcome this issue? This is a blocker for me from using this excellent package.
Hoping to try this out and fall in love :-)
It would be much better if this can be customized to add custom fields so that developers can add any extra fields.
This is my model. Hope this is helpful. Not sure what you meant by AsyncSnapshot. ``` import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:cloud_firestore_odm/cloud_firestore_odm.dart'; import 'package:equatable/equatable.dart'; import 'package:json_annotation/json_annotation.dart'; part 'app_user.g.dart'; const fireStoreSerializable = JsonSerializable(...