Hello,
I'm working on a Dialogflow ES agent where the bot has long responses in my use cases to where the beginning of most responses get hidden under the titlebar in the header of the chot window. The user would have to scroll up to see the start of the message which is not an ideal UX.
A thought to fix this issue is show one paragraph at a time in the response by using a delay and maybe showing three dots like someone is typing so a user would have time to read the response and has some kind of signal that there's more to the response vs dialogflow showing all the response at once. How would I go about setting that up either through configurations and/or scripts? The HTML is something like:
<div id="messageList">
<div class="message">Paragraph 1</div>
<div class="message">Paragraph 2</div>
<div class="message">Paragraph 3</div>
<div class="message">Paragraph 4</div>
</div>
Thanks!
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |