Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dialogflow Es

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.p… Read more Get Original Parameter Input - Dialogflow Fulfillment

Convert Dialogfow Duration System Entity From Minutes To Seconds In JavaScript

I am looking for ways to convert a Duration (@sys.duration) system entity from Dialogflow in JavaSc… Read more Convert Dialogfow Duration System Entity From Minutes To Seconds In JavaScript