When I have a bundle (perhaps this also occurs with a single timeline card) with a REPLY action and the user executes that action, with lets say "peanut butter and jelly sandwich", a new timeline card appears with white text on a black background on Glass with the text "peanut butter and jelly sandwich". When looking at the playground that same card appears with the user's avatar on the left (like the Abe Lincoln template example), and the text on the right.
Lets call this new card the reminder card, as it reminds the user what text they spoke and allowed to be sent.
I did not insert that reminder card into the timeline.
Is this default Glass behavior for the REPLY action to insert a reminder to the user that they spoke some text? Does this count against our API tally, or is it a freebie and charged against some Google account?
Is there a way to use the REPLY action and apply some kind of undocumented attribute to prevent the display of this reminder card?
There is this documentation here which seems to encourage non-repeated REPLY actions, which could be motivated by this reminder card behavior.
REPLY, REPLY_ALL - Voice replies are intended to capture free form input by voice. Do not use voice replies to capture a limited set of options, such as possible moves in a game.
Here is code to reproduce the problem in Java, nothing complicated:
menuItemList.add(new MenuItem().setAction("REPLY"));