index.html
file:.npmrc
containing this (or add to your existing one):false
, the conversation must be started manually by calling bot.handleOnTextInput('#intro', false)
(see the "Controlling the bot" section).undefined
, the conversation will start in anonymous modeget
methods, may even be empty, but all the properties listed below must be defined and callable.newState.status
undefined
false
, the user will be able to communicate with the bot only by text.false
, no audio will be played, including the status sounds.#intro
or #silence
) should be displayed in the conversation log.intro
, error
, listening
, recognized
and sleep
.autoStart
was set to true, the conversation will begin. After its first utterance, the browser will ask for microphone permission and if it is granted, it will listen for audio input. If the callbacks are empty, the communication will be only through audio.