@webitel/api-services
Preparing search index...
webitel-im-api-gateway-v1-bots/webitel-im-api-gateway-v1-bots
getWebitelImApiGatewayV1Bots
Function getWebitelImApiGatewayV1Bots
getWebitelImApiGatewayV1Bots
(
axiosInstance
?:
AxiosInstance
,
)
:
{
botsCreateBot
:
(
webitelImApiGatewayV1CreateBotRequest
:
WebitelImApiGatewayV1CreateBotRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Bot
,
any
,
{}
>
>
;
botsDeleteBot
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Bot
,
any
,
{}
>
>
;
botsUpdateBot
:
(
id
:
string
,
webitelImApiGatewayV1BotsUpdateBotBody
:
WebitelImApiGatewayV1BotsUpdateBotBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Bot
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
botsCreateBot
:
(
webitelImApiGatewayV1CreateBotRequest
:
WebitelImApiGatewayV1CreateBotRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Bot
,
any
,
{}
>
>
;
botsDeleteBot
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Bot
,
any
,
{}
>
>
;
botsUpdateBot
:
(
id
:
string
,
webitelImApiGatewayV1BotsUpdateBotBody
:
WebitelImApiGatewayV1BotsUpdateBotBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Bot
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...