I am migrating a Dialogflow agent to API V2, and I am having an issue related to the "Set this intent as end of conversation" option
My fulfillment webhook relies on the "endConversation": true property of the V1 webhook request's metadata to perform custom platform logic.
Is there any way I can expose this same property in Dialogflow V2 without using a custom payload?
