@bootdesk/js-web-adapter-core
Preparing search index...
WebChatClientConfig
Interface WebChatClientConfig
interface
WebChatClientConfig
{
apiUrl
:
string
;
broadcastClient
?:
BroadcastClient
;
conversationId
?:
string
;
endpoints
?:
{
addReaction
?:
string
;
deleteMessage
?:
string
;
editMessage
?:
string
;
loadMessages
?:
string
;
removeReaction
?:
string
;
sendMessage
?:
string
;
}
;
features
?:
{
deleteMessages
?:
boolean
;
editMessages
?:
boolean
;
reactions
?:
boolean
;
}
;
headers
?:
Record
<
string
,
string
>
;
userId
:
string
;
userName
:
string
;
verifyToken
?:
string
;
}
Index
Properties
api
Url
broadcast
Client?
conversation
Id?
endpoints?
features?
headers?
user
Id
user
Name
verify
Token?
Properties
api
Url
apiUrl
:
string
Optional
broadcast
Client
broadcastClient
?:
BroadcastClient
Optional
conversation
Id
conversationId
?:
string
Optional
endpoints
endpoints
?:
{
addReaction
?:
string
;
deleteMessage
?:
string
;
editMessage
?:
string
;
loadMessages
?:
string
;
removeReaction
?:
string
;
sendMessage
?:
string
;
}
Optional
features
features
?:
{
deleteMessages
?:
boolean
;
editMessages
?:
boolean
;
reactions
?:
boolean
;
}
Optional
headers
headers
?:
Record
<
string
,
string
>
user
Id
userId
:
string
user
Name
userName
:
string
Optional
verify
Token
verifyToken
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Url
broadcast
Client
conversation
Id
endpoints
features
headers
user
Id
user
Name
verify
Token
@bootdesk/js-web-adapter-core
Loading...