Dialogflow ES
Learn how to use our NLU export with your Dialogflow ES agent
Quick Reference
Data | Support |
---|---|
File format | JSON |
Data Support | |
Intents | ✅ |
Training Phrases | ✅ |
Entities | ✅ |
Synonyms | ✅ |
Import Type | |
Modify | ✅ |
Overwrite | ✅ |
Video Walkthrough
Sample Intent Export
{
"id": "9220ea61-ff17-446b-a371-e62ca8eb47c1",
"name": "place_order",
"auto": true,
"contexts": [],
"responses": [
{
"resetContexts": false,
"action": "",
"affectedContexts": [],
"parameters": [
{
"id": "7d93c35b-1170-4b19-abe7-9f781dbecab8",
"name": "sandwich",
"required": true,
"dataType": "@sandwich",
"value": "$sandwich.original",
"defaultValue": "",
"isList": false,
"prompts": [
{
"value": "What kind of burger would you like?",
"lang": "en"
}
],
"promptMessages": [],
"noMatchPromptMessages": [],
"noInputPromptMessages": [],
"outputDialogContexts": []
},
{
"id": "8291a742-b860-4e33-a1b6-22ac4a282a03",
"name": "side",
"required": true,
"dataType": "@side",
"value": "$side.original",
"defaultValue": "",
"isList": false,
"prompts": [
{
"value": "What side did you want?",
"lang": "en"
}
],
"promptMessages": [],
"noMatchPromptMessages": [],
"noInputPromptMessages": [],
"outputDialogContexts": []
},
{
"id": "b0f60489-00b4-4eaa-9c11-9a41e38db822",
"name": "drink",
"required": true,
"dataType": "@drink",
"value": "$drink.original",
"defaultValue": "",
"isList": false,
"prompts": [
{
"value": "<prosody rate=\"fast\">What drink?</prosody>",
"lang": "en"
}
],
"promptMessages": [],
"noMatchPromptMessages": [],
"noInputPromptMessages": [],
"outputDialogContexts": []
}
],
"messages": [],
"speech": []
}
],
"priority": 500000,
"webhookUsed": true,
"webhookForSlotFilling": true,
"fallbackIntent": false,
"events": [],
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
Updated about 1 year ago