@type forward
port 24224
@type copy
@type stdout
@type multi_condition_selector
tag "speak_condition"
rule record["action"] == "speak"
condition "speak_action"
word record["word"] + "こんにちは"
aditiona_data 1
rule record["action"] == "alert"
condition "alert_action"
word record["word"] + "はじめまして"