This project is based on Google Dialogflow to create an Artificial Intelligence Helper in Android App. That is, it is not built on any platform recommended by Dialogflow.
- Google Dialogflow
- Android Studio
- Create a project on Google Dialogflow
- Customize your own ChatRoom in Android Studio
- Connection between API.api and your chatroom interface.
- Input: User
- Output: Bot
- Use your own data to have different application
- Q: Text response can not add hyperlink
- A: Use Linkify and remember to add android:autoLink in layout attribute (or html tag)
- Q: How to customize picture reponse?
- A: Use SpannableStringBuilder to add Imagespan into Textview
Feel free to contact me if there's any problem.
Reference from Android Developer Guide , including Dialogflow