@webitel/api-services
Preparing search index...
agent-chat-service/agent-chat-service
getAgentChatService
Function getAgentChatService
getAgentChatService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
agentChatServiceGetAgentChats
:
(
params
?:
AgentChatServiceGetAgentChatsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatGetAgentChatsResponse
,
any
,
{}
>
>
;
agentChatServiceGetAgentChatsCounter
:
(
params
?:
AgentChatServiceGetAgentChatsCounterParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatGetAgentChatsCounterResponse
,
any
,
{}
>
,
>
;
agentChatServiceMarkChatProcessed
:
(
chatId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatMarkChatProcessedResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
agentChatServiceGetAgentChats
:
(
params
?:
AgentChatServiceGetAgentChatsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatGetAgentChatsResponse
,
any
,
{}
>
>
;
agentChatServiceGetAgentChatsCounter
:
(
params
?:
AgentChatServiceGetAgentChatsCounterParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatGetAgentChatsCounterResponse
,
any
,
{}
>
,
>
;
agentChatServiceMarkChatProcessed
:
(
chatId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatMarkChatProcessedResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...