Created
September 16, 2019 17:35
-
-
Save kinisoftware/b7808637575852f26f5051bcb1deb5d3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| private fun getRandomOkSpeech(): String { | |
| val randomOkSpeechcon = listOf("okey", "okey dokey", "okey makey")[Random.nextInt(2)] | |
| return "<say-as interpret-as=\"interjection\">$randomOkSpeechcon</say-as>" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment