0

I am trying to create a reminder app on dialogFlow. I have variety of user phrases screenshot given below. I am facing an issue in my one of user phrase highlighted in red .

dialogFlow image

When a user say

Remind me every 4 hours to bla bla bla

It returns me date_time param as 4pm, but I am expected it to return current time + 4 hours.

dialogFlow try

is there anything wrong I have done? I welcome suggestion how to achieve this in any alternative way

Qadir Hussain
  • 8,721
  • 13
  • 89
  • 124

1 Answers1

1

To pick the hours you can use @sys.durationenter image description here

shradha
  • 471
  • 3
  • 6