« Return to Thread: including a SRAI tag in to condition tags

including a SRAI tag in to condition tags

by superantonio :: Rate this Message:

Reply to Author | View in Thread

I'm trying to make several paths using the condition tag because it is possible to get the same answer and I want to redirect depends of the last words of the that value

I have this, but I cant get any positive results

<category>
<pattern>98</pattern>

<template>
<think><set name="ultimas2Palabras"><that/></set></think>
<condition name="ultimas2Palabras" value="* PODER CONTINUAR"><srai>COMENZAROE</srai></condition>
<condition name="ultimas2Palabras" value="* HAYA HECHO"><srai>OEAC</srai>2</condition>
<condition name="ultimas2Palabras" value="* ESTE LISTO"><srai>OENM</srai>3</condition>
almacenado <get name="ultimas2Palabras"/>
</template>
</category>

 « Return to Thread: including a SRAI tag in to condition tags