https://developer.android.com/design/wear/patterns.html#Countdown states
The cue card can be invoked to continue specifying the action. For example in a messaging application, tapping a “Reply” action button invokes the Cue Card and prompts for voice input. In this case the prompt label (such as “Speak your message…”) and a set of sample voice suggestions can be specified by developers.
I want to have a wear application, which when launched could show a Cue Card with my custom voice suggestions. How can I do it?