Response to the user consists of fulfilment_text (from Dialogflow) + payload (from Auth0). The payload will either have multiline code applied or come as a file upload.
Payload is determined by intent handlers, but intent handlers are also responsible for processing some params. What if we wanted to process these params with a different formatting (e.g. single backtick for inline code) separate from the payload?
Response to the user consists of fulfilment_text (from Dialogflow) + payload (from Auth0). The payload will either have multiline code applied or come as a file upload.
Payload is determined by intent handlers, but intent handlers are also responsible for processing some params. What if we wanted to process these params with a different formatting (e.g. single backtick for inline code) separate from the payload?