Module fluent_builders

Source
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ยง

GetDirectThread
Fluent builder constructing a request to GetDirectThread.
GetThreadHistory
Fluent builder constructing a request to GetThreadHistory.
GetThreadTopic
Fluent builder constructing a request to GetThreadTopic.
SendChatMessage
Fluent builder constructing a request to SendChatMessage.
SetThreadRead
Fluent builder constructing a request to SetThreadRead.
SetTypingStatus
Fluent builder constructing a request to SetTypingStatus.
WatchThread
Fluent builder constructing a request to WatchThread.