Preciso apenas saber como que faz para ele responder conforme a pergunta pré efetuada.
Tipo isto aqui funciona...
<responder>
<thread>
<if>
<condition>
<message match="teste"/>
</condition>
<say text="PQP1"/>
</condition>
</if>
</thread>
</responder>
Mas se eu quiser colocar mais de um match?
Tipo:
<responder>
<thread>
<if>
<condition>
<message match="teste"/>
</condition>
<say text="PQP1"/>
</condition>
</if>
<if>
<condition>
<message match="funcionar"/>
</condition>
<say text="PQP2"/>
</condition>
</if></thread>
</responder>