CreateActRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Link copied to clipboard

The unique identifier of the session to create the act in.

Link copied to clipboard
val task: String?

The task description that defines what the act should accomplish.

Link copied to clipboard

A list of tool specifications that the act can invoke to complete its task.

Link copied to clipboard

The name of the workflow definition containing the session.

Link copied to clipboard

The unique identifier of the workflow run containing the session.

Functions

Link copied to clipboard
inline fun copy(block: CreateActRequest.Builder.() -> Unit = {}): CreateActRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String