dashbot
Version:
Analytics for your bot
28 lines (27 loc) • 507 B
JSON
{
"versionLabel": "hello action v0.1",
"agentInfo": {
"languageCode": "en-US",
"projectId": "testing",
"invocationNames": [
"Hello Action"
],
"voiceName": "male_1",
"privateKey": "MY_SECRET_KEY"
},
"actions": [
{
"initialTrigger": {
"intent": "assistant.intent.action.MAIN",
"queryPatterns": [
{
"queryPattern": "talk to Hello Action"
}
]
},
"httpExecution": {
"url": "https://jhull.localtunnel.me/helloAction"
}
}
]
}