Static initialization of minimal instance.
Conversational administration services like publishing packages.
Reference to conversation services like receive and prompt text.
Main core service attached to this bot service.
Deployent of packages and publishing related services.
Default General Bots User Interface package.
Builds the BOT Framework & GB infrastructures.
Constructs a new minimal instance for each bot.
Creates a listener that can be used by external monitors to check bot instance health.
Gets a Speech to Text / Text to Speech token from the provider.
Gets Webchat token from Bot Service.
Returns the instance object to clients requesting bot info.
Handle OAuth2 web service calls for authorization requests
on https://
Handle OAuth2 web service calls for token requests
on https://
Performs calling of loadBot event in all .gbapps.
Mount the instance by creating an BOT Framework bot object, serving bot endpoint in several URL like WhatsApp endpoint, .gbkb assets, installing all BASIC artifacts from .gbdialog and OAuth2.
Called to handle all event sent by .gbui clients.
Called to handle all text messages sent and received by the bot.
BOT Framework web service hook method.
Removes bot endpoint from web listeners and remove bot instance from list of global server bot instances.
Generated using TypeDoc
Minimal service layer for a bot and encapsulation of BOT Framework calls.