Preparing search index...
The search index is not available
@zoom/rivet
@zoom/rivet
Chatbot
ChatbotClient
Class ChatbotClient<ReceiverType, OptionsType>
Type Parameters
ReceiverType
extends
Receiver
=
HttpReceiver
OptionsType
extends
CommonClientOptions
<
ClientCredentialsAuth
,
ReceiverType
>
=
ChatbotOptions
<
ReceiverType
>
Hierarchy
ProductClient
<
ClientCredentialsAuth
,
ChatbotEndpoints
,
ChatbotEventProcessor
,
OptionsType
,
ReceiverType
,
>
ChatbotClient
Index
Constructors
constructor
Properties
endpoints
web
Event
Consumer
Methods
start
Constructors
constructor
new
ChatbotClient
<
ReceiverType
extends
Receiver
=
HttpReceiver
,
OptionsType
extends
CommonClientOptions
<
ClientCredentialsAuth
,
ReceiverType
>
=
ChatbotOptions
<
ReceiverType
,
>
,
>
(
options
:
ClientConstructorOptions
<
ClientCredentialsAuth
,
OptionsType
,
ReceiverType
,
>
,
)
:
ChatbotClient
<
ReceiverType
,
OptionsType
>
Type Parameters
ReceiverType
extends
Receiver
=
HttpReceiver
OptionsType
extends
CommonClientOptions
<
ClientCredentialsAuth
,
ReceiverType
>
=
ChatbotOptions
<
ReceiverType
>
Parameters
options
:
ClientConstructorOptions
<
ClientCredentialsAuth
,
OptionsType
,
ReceiverType
>
Returns
ChatbotClient
<
ReceiverType
,
OptionsType
>
Properties
Readonly
endpoints
endpoints
:
ChatbotEndpoints
Readonly
web
Event
Consumer
webEventConsumer
:
ChatbotEventProcessor
Methods
start
start
(
this
:
IsReceiverDisabled
<
OptionsType
>
extends
true
?
never
:
ChatbotClient
<
ReceiverType
,
OptionsType
>
,
)
:
Promise
<
ReturnType
<
ReceiverType
[
"start"
]
>
>
Parameters
this
:
IsReceiverDisabled
<
OptionsType
>
extends
true
?
never
:
ChatbotClient
<
ReceiverType
,
OptionsType
>
Returns
Promise
<
ReturnType
<
ReceiverType
[
"start"
]
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
endpoints
web
Event
Consumer
Methods
start
@zoom/rivet
Loading...