Guest User

Untitled

a guest
Dec 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Bot: You have not recorded activity for 3-4pm today, what did you do?
  2. User: I did jogging
  3. Bot: Added "Jogging" to your calendar from 3-4pm
  4.  
  5. message = "I did jogging from 2pm-5pm"
  6. result = dialogflow.message(intent="Update Day Tracker")
  7. print(result)
  8. {"activity": "jogging", "time-period": "2pm-5pm"}
Add Comment
Please, Sign In to add comment