@webitel/api-services
Preparing search index...
cognitive-profile-service/cognitive-profile-service
getCognitiveProfileService
Function getCognitiveProfileService
getCognitiveProfileService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createCognitiveProfile
:
(
storageCreateCognitiveProfileRequest
:
StorageCreateCognitiveProfileRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
deleteCognitiveProfile
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
patchCognitiveProfile
:
(
id
:
string
,
storageCognitiveProfileServicePatchCognitiveProfileBody
:
StorageCognitiveProfileServicePatchCognitiveProfileBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
readCognitiveProfile
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
searchCognitiveProfile
:
(
params
?:
SearchCognitiveProfileParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageListCognitiveProfile
,
any
,
{}
>
>
;
searchCognitiveProfileVoices
:
(
id
:
string
,
params
?:
SearchCognitiveProfileVoicesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageListCognitiveProfileVoices
,
any
,
{}
>
>
;
updateCognitiveProfile
:
(
id
:
string
,
storageCognitiveProfileServiceUpdateCognitiveProfileBody
:
StorageCognitiveProfileServiceUpdateCognitiveProfileBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createCognitiveProfile
:
(
storageCreateCognitiveProfileRequest
:
StorageCreateCognitiveProfileRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
deleteCognitiveProfile
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
patchCognitiveProfile
:
(
id
:
string
,
storageCognitiveProfileServicePatchCognitiveProfileBody
:
StorageCognitiveProfileServicePatchCognitiveProfileBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
readCognitiveProfile
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
searchCognitiveProfile
:
(
params
?:
SearchCognitiveProfileParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageListCognitiveProfile
,
any
,
{}
>
>
;
searchCognitiveProfileVoices
:
(
id
:
string
,
params
?:
SearchCognitiveProfileVoicesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageListCognitiveProfileVoices
,
any
,
{}
>
>
;
updateCognitiveProfile
:
(
id
:
string
,
storageCognitiveProfileServiceUpdateCognitiveProfileBody
:
StorageCognitiveProfileServiceUpdateCognitiveProfileBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
StorageCognitiveProfile
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...