GetTaskRequestBuilder

DSL builder for GetTaskRequest.

Example usage:

val request = getTaskRequest {
id = myRequestId
params {
id = "task-123"
historyLength = 10
}
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds a GetTaskRequest instance with the configured parameters.

Link copied to clipboard

Sets the ID of the request.

Link copied to clipboard

Configures the task query params using a Java-friendly Consumer.

Configures the task query params using a lambda with receiver.