{ "actions": { "run": { "type": "logic", "utterance_samples": [ "What are the trends on GitHub?", "Give me the GitHub trends", "What's trending on GitHub?", "What are the trends on GH?", "Give me the GH trends", "What's trending on GH?" ], "http_api": { "entities": [ { "entity": "number", "resolution": [ "value" ] }, { "entity": "daterange", "resolution": [ "timex" ] } ] } } }, "answers": { "limit_max": [ "You've asked for too many GitHub trends, I'll give you 25 trends instead.", "%limit% GitHub trends is a lot, let me tell you the 25 trends instead." ], "reaching": [ "I'm reaching GitHub, please wait a second...", "Let me reach GitHub..." ], "today": [ "Here are the %limit% GitHub trends of the day:

" ], "week": [ "Here are the %limit% GitHub trends of the week:

" ], "month": [ "Here are the %limit% GitHub trends of the month:

" ], "today_with_tech": [ "Here are the %limit% GitHub trends of the day for the %tech% technology:

" ], "week_with_tech": [ "Here are the %limit% GitHub trends of the week for the %tech% technology:

" ], "month_with_tech": [ "Here are the %limit% GitHub trends of the month for the %tech% technology:

" ], "unreachable": [ "GitHub is unreachable for the moment, please retry later.", "I'm having difficulties to reach GitHub, please retry later.", "GitHub seems to be down, please try again later." ], "list_element": [ "
  • #%rank%. %repository_name% created by %author_username% with %stars_nb% new stars.
  • " ] } }