From 389452e09e5013c9035328fe93bac55c61f7fe8e Mon Sep 17 00:00:00 2001 From: Mukulika Date: Mon, 4 Apr 2022 18:26:31 +0530 Subject: [PATCH 1/2] DC-362 Modify entities example --- docs/conversation-api/api-reference/follow-ups.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conversation-api/api-reference/follow-ups.md b/docs/conversation-api/api-reference/follow-ups.md index bd03cd70..60c2f7b6 100644 --- a/docs/conversation-api/api-reference/follow-ups.md +++ b/docs/conversation-api/api-reference/follow-ups.md @@ -120,7 +120,8 @@ exit() "type": "date", "text": "today", "offset": 28, - "value": "2020-06-22" + "start": "2022-03-24 16:00:00", + "end": "2022-03-24 20:00:00" }, { "type": "person", From e1feffdd5bfa668131ccd8a77a8ae4b33e3add44 Mon Sep 17 00:00:00 2001 From: Mukulika Date: Mon, 11 Apr 2022 11:23:12 +0530 Subject: [PATCH 2/2] Added other entity types --- .../api-reference/follow-ups.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/conversation-api/api-reference/follow-ups.md b/docs/conversation-api/api-reference/follow-ups.md index 60c2f7b6..d2475f71 100644 --- a/docs/conversation-api/api-reference/follow-ups.md +++ b/docs/conversation-api/api-reference/follow-ups.md @@ -109,7 +109,7 @@ exit() "followUps": [ { "id": "4526427164639111", - "text": "We need to have the meeting today, and we're going to talk about how to run a product strategy Workshop is by Richard Holmes.", + "text": "We need to have the meeting today, and we're going to talk about the how to run a product strategy workshop conducted by Richard Holmes yesterday evening. There is a meeting with the customer in the afternoon as well.", "type": "follow_up", "score": 0.8660254037851491, "messageIds": [ @@ -120,8 +120,21 @@ exit() "type": "date", "text": "today", "offset": 28, - "start": "2022-03-24 16:00:00", - "end": "2022-03-24 20:00:00" + "value": "2020-06-22" + }, + { + "type": "datetimerange", + "text": "yesterday evening", + "offset": 67, + "start": "2020-06-21 16:00:00", + "end": "2020-06-21 20:00:00" + }, + { + "type": "timerange", + "text": "afternoon", + "offset": 34, + "start": "12:00:00", + "end": "15:00:00" }, { "type": "person",