68 TEMPLATABLE_VALUE(std::string, message)
69 TEMPLATABLE_VALUE(
bool, include_android_app_record)
71 void play(Ts...
x)
override {
72 this->
parent_->set_tag_write_message(this->message_.optional_value(
x...),
73 this->include_android_app_record_.optional_value(
x...));