54 TEMPLATABLE_VALUE(std::string,
message)
55 TEMPLATABLE_VALUE(
bool, include_android_app_record)
57 void play(
const Ts &...
x)
override {
58 this->
parent_->set_tag_write_message(this->message_.optional_value(
x...),
59 this->include_android_app_record_.optional_value(
x...));