Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add the datetimeReference property
  • Loading branch information
moabba committed Apr 25, 2019
commit f565584b48b42cb32bf9be66ab7f5f8778169b11
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@
"RequestOptions": {
"type": "object",
"properties": {
"datetimeReference": {
"type": "string",
"format": "date-time"
},
"overridePredictions": {
"type": "boolean"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"slotName": "{Slot Name}",
"predictionRequest": {
"query": "forward to frank 30 dollars through HSBC",
"options": {
"datetimeReference": "2015-02-13T13:15:00"
},
"externalEntities": [
{
"entityName": "Bank",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"versionId": "{Version Id}",
"predictionRequest": {
"query": "forward to frank 30 dollars through HSBC",
"options": {
"datetimeReference": "2015-02-13T13:15:00"
},
"externalEntities": [
{
"entityName": "Bank",
Expand Down