Nicanor
(Nicanor)
1
Good afternoon community
I have two doubts that I would like to solve
First, i want my Bot to respond in different lines for example:
and not, Hello. How are doing?
It´s more natural, but when in try does not work. Only the first answer appears
my domain.yml:
utter_saludos:
- text: “Hello”
- text: “How are you doing?”
This must be easy to solve, the second doubt it´s more complicated. want the bot to delay responding, or the “typing” appears.
Anyone have any ideas?
Thanks!!!
serdar
(B)
2
Hello @Nicanor in your domain file, try this:
utter_saludos:
- text: “Hello
>How are you doing?”
Nicanor
(Nicanor)
3
Didn´t work.
Hello >How are you doing in one line
serdar
(B)
4
@Nicanor
I could not put in the different lines you should put the text into different lines in your domain file. It should work. Mine is working in that way.
Nicanor
(Nicanor)
5
Can you paste an example please?