Update README.md
Browse files
README.md
CHANGED
|
@@ -39,34 +39,21 @@ Detect request:
|
|
| 39 |
"schema": {
|
| 40 |
"type": "object",
|
| 41 |
"properties": {
|
| 42 |
-
"intent": {
|
| 43 |
-
|
| 44 |
-
},
|
| 45 |
-
"object": {
|
| 46 |
-
"type": "string"
|
| 47 |
-
},
|
| 48 |
"parameters": {
|
| 49 |
"type": "array",
|
| 50 |
"items": {
|
| 51 |
"type": "object",
|
| 52 |
"properties": {
|
| 53 |
-
"name": {
|
| 54 |
-
|
| 55 |
-
},
|
| 56 |
-
"value": {
|
| 57 |
-
"type": "string"
|
| 58 |
-
}
|
| 59 |
},
|
| 60 |
-
"required": [
|
| 61 |
-
"name"
|
| 62 |
-
]
|
| 63 |
}
|
| 64 |
}
|
| 65 |
},
|
| 66 |
-
"required": [
|
| 67 |
-
"intent",
|
| 68 |
-
"object"
|
| 69 |
-
]
|
| 70 |
}
|
| 71 |
}
|
| 72 |
}
|
|
|
|
| 39 |
"schema": {
|
| 40 |
"type": "object",
|
| 41 |
"properties": {
|
| 42 |
+
"intent": {"type": "string"},
|
| 43 |
+
"object": {"type": "string"},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
"parameters": {
|
| 45 |
"type": "array",
|
| 46 |
"items": {
|
| 47 |
"type": "object",
|
| 48 |
"properties": {
|
| 49 |
+
"name": {"type": "string"},
|
| 50 |
+
"value": {"type": "string"}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
},
|
| 52 |
+
"required": ["name"]
|
|
|
|
|
|
|
| 53 |
}
|
| 54 |
}
|
| 55 |
},
|
| 56 |
+
"required": ["intent","object"]
|
|
|
|
|
|
|
|
|
|
| 57 |
}
|
| 58 |
}
|
| 59 |
}
|