@cloudbase/aiagent-framework
Preparing search index...
BotRunner
Class BotRunner
Index
Constructors
constructor
Properties
bot
Methods
run
run
Constructors
constructor
new
BotRunner
(
bot
:
IBot
)
:
BotRunner
Parameters
bot
:
IBot
Returns
BotRunner
Properties
Readonly
bot
bot
:
IBot
Methods
run
run
(
event
:
unknown
,
context
:
TcbContext
)
:
Promise
<
unknown
>
Parameters
event
:
unknown
context
:
TcbContext
Returns
Promise
<
unknown
>
Static
run
run
(
event
:
unknown
,
context
:
TcbContext
,
bot
:
IBot
)
:
Promise
<
unknown
>
Parameters
event
:
unknown
context
:
TcbContext
bot
:
IBot
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bot
Methods
run
run
@cloudbase/aiagent-framework
Loading...