Skip to content

Commit

Permalink
DC-362 Modify entities example (#469)
Browse files Browse the repository at this point in the history
* DC-362 Modify entities example

* Added other entity types
  • Loading branch information
Mukulikaa authored Apr 18, 2022
1 parent 29db75f commit 67dadea
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/conversation-api/api-reference/follow-ups.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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": [
Expand All @@ -121,6 +121,20 @@ exit()
"offset": 28,
"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",
"text": "Richard Holmes",
Expand Down

0 comments on commit 67dadea

Please sign in to comment.