So, I ran into the following problem:
Let’s assume the last response from the bot is: “Then you will never know. Anyways, how are you today?”
The question comes from a random question pool. However, I want to target the answer to the first part, e.g.:
<category>
<pattern>PLEASE TELL ME</pattern>
<that>THEN YOU WILL NEVER KNOW</that>
<template>Ok, I will tell you next time.</template>
</category>
However, the that contains only the second sentence thus never working. Is there a way to get to the other that? I tried <that index=“2”> but it doesn’t seem to work that way…