Get original parameter input - Dialogflow Fulfillment
问题 I want to get the original input of a parameter in my fulfillment code. I tried: var time = agent.parameters.time.original but the result was undefined. I have tried: var query = agent.query but could not accurately parse the parameter I need the original input of. 回答1: According to an answer on the old API.ai discourse forums, it looks like original parameters may only be available in a webhook fulfillment request if you set a context on the intent. At that point, the original parameter