Expand description
Utilities to ergonomically construct a request to the service.
Fluent builders are created through the Client
by calling
one if its operation methods. After parameters are set using the builder methods,
the send
method can be called to initiate the request.
Structsยง
- GetDirect
Thread - Fluent builder constructing a request to
GetDirectThread
. - GetThread
History - Fluent builder constructing a request to
GetThreadHistory
. - GetThread
Topic - Fluent builder constructing a request to
GetThreadTopic
. - Send
Chat Message - Fluent builder constructing a request to
SendChatMessage
. - SetThread
Read - Fluent builder constructing a request to
SetThreadRead
. - SetTyping
Status - Fluent builder constructing a request to
SetTypingStatus
. - Watch
Thread - Fluent builder constructing a request to
WatchThread
.