I am a creating voice bot using dialogflow were an user can report an incident. The goal here is:
1 - User talk to the bot and respond to several questions.
2 - I get the conversation history with questions and answers.
3 - I organize the data in an excel sheet.
4 - Use data to create incidents on another system.
I am stuck on step 2.
I was able to get some conversations on stackdriver, but not all the conversations were there and the way they are shown is really hard to put in a spreadsheet as question and answers.
I will need something like this:
Question: "What happened?" Answer: "bla bla bla"
Question: "Where it happened?" Answer: "Another bla bla bla"
Please, any help is appreciated.