Association

Represents a service association within an AgentSpace, defining how the agent interacts with external services.

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 unique identifier of the given association.

Link copied to clipboard

The configuration that directs how AgentSpace interacts with the given service.

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

The timestamp when the resource was created.

Link copied to clipboard

The identifier for associated service

Link copied to clipboard

Validation status

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: Association.Builder.() -> Unit = {}): Association
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