Skip to content

Instantly share code, notes, and snippets.

@silvolu
Last active March 16, 2018 19:35
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 silvolu/740742c8b966f88b12e48773a90e2247 to your computer and use it in GitHub Desktop.
Save silvolu/740742c8b966f88b12e48773a90e2247 to your computer and use it in GitHub Desktop.
Use conv.close in the Actions on Google client library v2.
app.intent('Default Welcome Intent', conv => {
conv.close('Thanks for talking to me!')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment