AgentSpace

Represents a complete AgentSpace with all its properties, timestamps, encryption settings, and unique identifier.

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
val createdAt: <Error class: unknown class>

The timestamp when the resource was created.

Link copied to clipboard

The description of the AgentSpace.

Link copied to clipboard

The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.

Link copied to clipboard

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

Link copied to clipboard

The name of the AgentSpace.

Link copied to clipboard
val updatedAt: <Error class: unknown class>

The timestamp when the resource was last updated.

Functions

Link copied to clipboard
inline fun copy(block: AgentSpace.Builder.() -> Unit = {}): AgentSpace
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