You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requesting that the text is closed via closeBalloon will eventually hide the message, but the functionality of the agent remains broken. It can be dragged around, but it does not animate any further:
To make an agent's text bubble appear, the
speak
method can be invoked with the message as the first parameter, "text
":However, the text quickly vanishes. In order to get it to stay on the screen, a second parameter, "
hold
", must be passed with the value oftrue
:Once the agent has finished its text, it does not hold, and stops animating and functioning altogether.
Executing a
moveTo
call prior to thespeak
seems to make the text hold, but again the functionality/animation breaks and the text cannot disappear:Requesting that the text is closed via
closeBalloon
will eventually hide the message, but the functionality of the agent remains broken. It can be dragged around, but it does not animate any further:The text was updated successfully, but these errors were encountered: