This is regarding Search and Conversation, chat with Dialogflow. I am using a Website URL as a data store.
Does the data store automatically update it’s index when there are changes and updates pushed on the website? If not, how do you handle using a website URL as a datastore when the site is constantly changing weekly?
The website URL data store doesn’t automatically update its index. You’ll need to implement a scheduled job or webhook to regularly fetch and update data from the website to keep your Dialogflow agent’s datastore current