Created
August 13, 2018 20:46
-
-
Save Mistic92/ac3432c449f5e604a8a9e4265271b7ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const INTENT_NEWIDCARD_OPTIONS = 'NewIdCard - yes - option'; | |
app.intent(INTENT_NEWIDCARD_OPTIONS, (conv, input, selectedOption) => { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment