I am working on creating a new bot for google hangout chat. It seems like using Dialogflow may be the best tool to do so. (Please advise otherwise if I am wrong). The goal is to be able to create a Q&A bot that is able to retrieve the full response of the user as the answer.
I have tried googling a few different search terms but have not found the answer, I am starting to think Dialogflow is not the right tool for me.
The bot I want to create should be able to have the following conversation: (B: Bot, U: User)
U: I would like to work remotely today.
B: Ok, please let us know what you will be working on today
U: I will be completing task A, B and C
B: Great, your team has been notified that you will be completing task A, B and C.
or
U: I will be in the office late today
B: Sure, what time do you think you will be in the office?
U: Before 2pm
B: Great, your team has been notified you will be in the office before 2pm
I have been trying to do this with Dialogflow. I am able to get the bot to ask for the next input by making a parameter required and then prompting for more info, the problem is that the response to the prompt requires me to input fixed answers via Entities. It can't capture the complete user response as the answer.