get https://general-runtime.voiceflow.com/nlu/project//version//inference
Run inference for a certain project and version
Response
Run inference for a certain project and version
xxxxxxxxxx
curl --request GET \
--url https://general-runtime.voiceflow.com/nlu/project/projectID/version/versionID/inference \
--header 'accept: application/json'
xxxxxxxxxx
16{
"type": "string",
"payload": {
"query": "string",
"intent": {
"name": "string"
},
"entities": [
{
"name": "string",
"value": "string"
}
],
"confidence": 0
}
}