Skip to content

Commit

Permalink
Merge pull request #176 from rishabh-chaturvedi/patch-8
Browse files Browse the repository at this point in the history
Updated sample response in questions
  • Loading branch information
pema-s authored Dec 17, 2021
2 parents 100408c + 044bdfc commit cf72b7d
Showing 1 changed file with 16 additions and 37 deletions.
53 changes: 16 additions & 37 deletions conversation-api/api-reference/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,43 +97,22 @@ exit()

```json
{
"questions": [{
"id": "5179649407582208",
"text": "Push them for the two weeks delivery, right?",
"type": "question",
"score": 0.9730208796076476,
"messageIds": [
"5019269922291712"
]
},
{
"id": "5642466493464576",
"text": "I think what is the Bahamas?",
"type": "question",
"score": 0.9119608386876195,
"messageIds": [
"5019269922291712"
]
},
{
"id": "5756718797553664",
"text": "Okay need be detained, or we can go there in person and support them?",
"type": "question",
"score": 0.893303149769215,
"messageIds": [
"5019269922291712"
]
},
{
"id": "6235991715086336",
"text": "Why is that holiday in US from 17?",
"type": "question",
"score": 0.9998053310511206,
"messageIds": [
"5019269922291712"
]
}
]
"questions": [
{
"id": "6673386714431488",
"text": "It actually does not have speakers right?",
"type": "question",
"score": 0.9844425742283145,
"messageIds": [
"5561105242914816"
],
"from": {
"id": "47c74881-6475-433f-a13a-52152a3cb5aa",
"name": "Surbhi",
"userId": "[email protected]"
}
}
]
}
```

Expand Down

0 comments on commit cf72b7d

Please sign in to comment.