...
Table of Contents |
---|
Why Humanification ?
BotiumScript makes it is easy to verify the chatbot’s ability to follow a conversation flow. It is an important step to recognize the need for automation in this area. But in real world, you cannot expect human users to act like a computer script:
...
PAUSE is one of the integrated logic hooks, which will just wait for a defined amount of time. See here for details.
Code Block |
---|
Call Me Captain A simple Test Case #me hello PAUSE 5000 |
...
Simulate human writing speed
The capability SIMULATE_WRITING_SPEED simulates human typing speed: the longer the text to send to the chatbot, the more time it will take - just as if a human is typing.
...