@cloudbase/aiagent-framework
Preparing search index...
MultiBotRunner
Class MultiBotRunner
Index
Constructors
constructor
Methods
run
Constructors
constructor
new
MultiBotRunner
()
:
MultiBotRunner
Returns
MultiBotRunner
Methods
Static
run
run
(
event
:
unknown
,
context
:
TcbContext
,
botMap
:
Map
<
string
,
IBot
>
,
)
:
Promise
<
undefined
|
IntegrationResponse
<
{
code
:
string
;
message
:
string
}
>
,
>
Parameters
event
:
unknown
context
:
TcbContext
botMap
:
Map
<
string
,
IBot
>
Returns
Promise
<
undefined
|
IntegrationResponse
<
{
code
:
string
;
message
:
string
}
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
run
@cloudbase/aiagent-framework
Loading...