Ask Me is an interactive Android AI application that allows users to ask questions and receive intelligent responses using Google Dialogflow.
The app demonstrates how conversational AI can be integrated into Android applications to create natural language interactions.
- 🤖 AI chatbot powered by Dialogflow
- 💬 Natural language conversation
- 📱 Clean Android UI
- ⚡ Real-time responses from the Dialogflow agent
- 🧠 Intelligent intent detection
- Kotlin
- Android SDK
- Dialogflow API
- Material UI Components
https://github.com/user-attachments/assets/366a2a01-c25f-48a9-90b0-a6584f0e021c
sample_video.mp4
- User enters a question.
- The message is sent to Dialogflow.
- Dialogflow processes the intent.
- The response is returned to the Android app.
- The chatbot displays the reply to the user.
This project demonstrates how to integrate AI conversational agents into Android apps using Dialogflow.
It can serve as a learning reference for developers exploring:
- AI chatbots
- Dialogflow integration
- conversational UI