SessionSummary

Contains details about a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.

Types

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

Properties

Link copied to clipboard

The timestamp for when the session was created.

Link copied to clipboard

The timestamp for when the session was last modified.

Link copied to clipboard

The Amazon Resource Name (ARN) of the session.

Link copied to clipboard

The unique identifier for the session.

Link copied to clipboard

The current status of the session.

Functions

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