SCCapstone / CCChatbot

Chatbot Utilizing Dialogflow and Angular
https://acmedemo-tefspy.web.app/
2 stars 0 forks source link

Create a way for client to download raw data from dialogflow #115

Closed jdanker closed 4 years ago

jdanker commented 4 years ago

Client should be able to download response files from dialogflow. JSON files possibly.

StevenMcGown commented 4 years ago

This is what I will be using to export json https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects.agent/export

I don't know if we would need this but I've also found info on uploading bulk intents to dialogflow https://miningbusinessdata.com/how-to-bulk-upload-intents-from-a-csv-file-in-dialogflow/

GreyRiver commented 4 years ago

@StevenMcGown we don't need the intents one. Dialogflow makes it easy to move intents from one agent to another and bulk upload intents and download intents. From both the intent section and agent section. Select the wheel next to the agent name, at the top of the page select the tab "Export and Import" and when "Export As Zip" is selected it will download all intents in the agent in a zip file. You can also move intents from agent to agent by selecting the blue dots next to intent names. You can also download individual intents by hovering over intent and selecting download.

Intents are responses that the developer created. Not responses from users/customers.

StevenMcGown commented 4 years ago

https://www.roytuts.com/download-file-from-server-using-angular/

This is the tutorial I have been following for this issue. When compiled, it results in a blank screen.

The files edited are: home-page.component.html app.component.ts app.module.ts

Files added: download.service.ts

StevenMcGown commented 4 years ago

https://github.com/dalenguyen/firestore-backup-restore

StevenMcGown commented 4 years ago

https://github.com/jloosli/node-firestore-import-export

jdanker commented 4 years ago

@StevenMcGown is this still being worked on?

StevenMcGown commented 4 years ago

@jdanker This will not be worked on.