Options
All
  • Public
  • Public/Protected
  • All
Menu

Module bot

author

SB

Index

References

BOT_API_VERSION

Re-exports BOT_API_VERSION

BOT_COMPONENTBUILDER_NAME

Re-exports BOT_COMPONENTBUILDER_NAME

BOT_COMPONENTFACTORY_NAME

Re-exports BOT_COMPONENTFACTORY_NAME

BOT_COMPONENT_NAME

Re-exports BOT_COMPONENT_NAME

BOT_MOCK_NAME

Re-exports BOT_MOCK_NAME

BOT_TYPE_NAME

Re-exports BOT_TYPE_NAME

BotFactory

Re-exports BotFactory

BotInterface

Re-exports BotInterface

BotOptionInterface

Re-exports BotOptionInterface

Variables

Const BOT_API_VERSION

BOT_API_VERSION: string = BOT_VERSION_STRING

Const BOT_COMPONENTBUILDER_NAME

BOT_COMPONENTBUILDER_NAME: "BotComponentBuilder" = "BotComponentBuilder"

Const BOT_COMPONENTFACTORY_NAME

BOT_COMPONENTFACTORY_NAME: "BotComponentFactory" = "BotComponentFactory"

Const BOT_COMPONENT_NAME

BOT_COMPONENT_NAME: "BotComponent" = "BotComponent"

Const BOT_MOCK_NAME

BOT_MOCK_NAME: "BotMock" = "BotMock"

Const BOT_TYPE_NAME

BOT_TYPE_NAME: "Bot" = "Bot"

Const BOT_VERSION_BUILD

BOT_VERSION_BUILD: "0067" = SPEECH_VERSION_BUILD

Const BOT_VERSION_DATE

BOT_VERSION_DATE: "10.09.2021" = SPEECH_VERSION_DATE

Const BOT_VERSION_NUMBER

BOT_VERSION_NUMBER: "0.5.23" = SPEECH_VERSION_NUMBER

Const BOT_VERSION_STRING

BOT_VERSION_STRING: string = BOT_VERSION_NUMBER + '.' + BOT_VERSION_BUILD + ' vom ' + BOT_VERSION_DATE + ' (' + BOT_VERSION_TYPE + ')'

Const BOT_VERSION_TYPE

BOT_VERSION_TYPE: "release" = SPEECH_VERSION_TYPE

Generated using TypeDoc