UpdateAgentSpaceRequest

Input for updating an existing AgentSpace's properties. All fields except agentSpaceId are optional for partial updates.

Types

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

Properties

Link copied to clipboard

The unique identifier of the AgentSpace

Link copied to clipboard

The updated description of the AgentSpace.

Link copied to clipboard

The updated locale for the AgentSpace, which determines the language used in agent responses.

Link copied to clipboard
val name: String?

The updated name of the AgentSpace.

Functions

Link copied to clipboard
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