Reputation: 1593
Given I have a published google assistant voice app with dialogflow. If I change fulfillment parameters (e. g. sent headers or URL), will this require a new review of the voice app?
If so, how can I smoothly change these parameters without breaking my app? I never really know when the review is finished, but I have to since I would need to change my deployment configuration to fit the new fulfillment properties in the right moment.
Upvotes: 1
Views: 145
Reputation: 11968
Fulfillment changes do not require a new review. Once you deploy to your server, it is effectively live and new users will use the latest webhook. Things that do require a new review are:
Once you pass the first review, it will frequently be faster for simple changes like these.
Upvotes: 3