Is there a way to copy the fulfillment message to a session parameter in Dialogflow CX? The idea is to have that message available during subsequent routing when matching a "repeat" intent.
Assigning the fulfillment to a parameter and subsequently using it does not work because I need to support multiple languages, and parameters are not language specific.