Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created May 11, 2017 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frogermcs/ada1f417c83ff08dbbc36a92f165dabd to your computer and use it in GitHub Desktop.
Save frogermcs/ada1f417c83ff08dbbc36a92f165dabd to your computer and use it in GitHub Desktop.
{
"versionLabel": "1.0.0",
"agentInfo": {
"languageCode": "en-US",
"projectId": "githubactions",
"voiceName": "female_1"
},
"actions": [
{
"description": "Launch intent",
"initialTrigger": {
"intent": "assistant.intent.action.MAIN"
},
"httpExecution": {
"url": "https://githubactions.appspot.com/"
}
},
{
"description": "trending repositories",
"initialTrigger": {
"intent": "com.frogermcs.githubactions.intent.TRENDING",
"queryPatterns": [
{
"queryPattern": "what are trending repositories"
},
{
"queryPattern": "what are the hottest repositories"
},
{
"queryPattern": "trending repositories"
},
{
"queryPattern": "trending"
},
{
"queryPattern": "hottest repositories"
},
{
"queryPattern": "hot repositories"
},
{
"queryPattern": "hot projects"
}
]
},
"httpExecution": {
"url": "https://githubactions.appspot.com/"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment