Preparing search index...
The search index is not available
@zoom/rivet
@zoom/rivet
Chatbot
ChatbotEndpoints
Class ChatbotEndpoints
Hierarchy
WebEndpoints
ChatbotEndpoints
Index
Constructors
constructor
Properties
messages
Constructors
constructor
new
ChatbotEndpoints
(
options
:
WebEndpointOptions
)
:
ChatbotEndpoints
Parameters
options
:
WebEndpointOptions
Returns
ChatbotEndpoints
Properties
Readonly
messages
messages
:
{
deleteChatbotMessage
:
(
_
:
{
path
:
DeleteChatbotMessagePathParams
;
query
:
DeleteChatbotMessageQueryParams
;
}
,
)
=>
Promise
<
BaseResponse
<
DeleteChatbotMessageResponse
>
>
;
editChatbotMessage
:
(
_
:
{
body
:
EditChatbotMessageRequestBody
;
path
:
EditChatbotMessagePathParams
;
}
,
)
=>
Promise
<
BaseResponse
<
EditChatbotMessageResponse
>
>
;
linkUnfurls
:
(
_
:
{
body
:
LinkUnfurlsRequestBody
;
path
:
LinkUnfurlsPathParams
}
,
)
=>
Promise
<
BaseResponse
<
unknown
>
>
;
sendChatbotMessage
:
(
_
:
{
body
:
SendChatbotMessagesRequestBody
}
,
)
=>
Promise
<
BaseResponse
<
object
>
>
;
}
Type declaration
deleteChatbotMessage
:
(
_
:
{
path
:
DeleteChatbotMessagePathParams
;
query
:
DeleteChatbotMessageQueryParams
;
}
,
)
=>
Promise
<
BaseResponse
<
DeleteChatbotMessageResponse
>
>
editChatbotMessage
:
(
_
:
{
body
:
EditChatbotMessageRequestBody
;
path
:
EditChatbotMessagePathParams
;
}
,
)
=>
Promise
<
BaseResponse
<
EditChatbotMessageResponse
>
>
linkUnfurls
:
(
_
:
{
body
:
LinkUnfurlsRequestBody
;
path
:
LinkUnfurlsPathParams
}
,
)
=>
Promise
<
BaseResponse
<
unknown
>
>
sendChatbotMessage
:
(
_
:
{
body
:
SendChatbotMessagesRequestBody
}
)
=>
Promise
<
BaseResponse
<
object
>
>
Insert Send Docs here
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
messages
@zoom/rivet
Loading...
Insert Send Docs here