Class: BotController

BotController(avatar)

Additional processing of Bot events: voice synthesis and animations.

Constructor

new BotController(avatar)

Parameters:
Name Type Description
avatar Avatar
Source:

Classes

BotController

Members

idleTimeout

After not receiving any events for this many millis, idle animation starts
Source:

lastChange

Timestamp of last change
Source:

speechSynthesisEnabled

Synthesis can be iritating, enabled by default
Source:

Methods

setupIdleTimer()

Create timer for idle animation, if it doesn't exist. CHECKME copied from AvatarController
Source: