abhi007tyagi / Android_Dialogflow_Chatbot_Library

Android Library to easily integrate Dialogflow based chatbots into an existing application with Chat screen.
Other
12 stars 6 forks source link

Enhancement #5

Closed kiranrayala closed 4 years ago

kiranrayala commented 4 years ago

Hai sir I'm using your bot library I need in bot reply it's should able to ask input value using edittext can you please help me on this sir

abhi007tyagi commented 4 years ago

@kiranrayala Please elaborate. It is not clear what exactly you are looking for.

kiranrayala commented 4 years ago

Hai abhinavtyagi,

 Thanks for you reply.  I trained agent to ask few basic details  .  I am using that library but it doesn't

support the edittext options like enter your name, enter your age based on the end user input. Please can you help me regarding that

On Sun, 30 Aug, 2020, 6:43 AM Abhinav Tyagi, notifications@github.com wrote:

@kiranrayala https://github.com/kiranrayala Please elaborate. It is not clear what exactly you are looking for.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/abhi007tyagi/Android_Dialogflow_Chatbot_Library/issues/5#issuecomment-683362762, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIFEUBTICKKHPLN6352UWADSDGRS7ANCNFSM4QPJS5YQ .

abhi007tyagi commented 4 years ago

@kiranrayala just create your intent, from node invoke text template, and enter the response. collect the response from event intent in your node.

abhi007tyagi commented 4 years ago

@kiranrayala you can even capture it simply without any event or webhook. Just create slots for name and age and train your intent properly to trigger question and capture response.

abhi007tyagi commented 4 years ago

@kiranrayala Edittext is already there. If you are new to Android and Dialogflow, I would recommend understanding how the widgets work in Android. You don't need webhook or any templates like buttons or cards to get a response for collecting names and age or any others information from the user. Use the edit text provided in the library to communicate for any text responses.

kiranrayala commented 4 years ago

@kiranrayala Edittext is already there. If you are new to Android and Dialogflow, I would recommend understanding how the widgets work in Android. You don't need webhook or any templates like buttons or cards to get a response for collecting names and age or any others information from the user. Use the edit text provided in the library to communicate for any text responses.

Thank you @abhi007tyagi I'm new to dailogflow now I got your point