SendMessageContentBlockStartEvent

Event emitted when a new content block starts

Types

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

Properties

Link copied to clipboard
val id: String?

Block identifier

Link copied to clipboard
val index: Int?

Zero-based index of the content block

Link copied to clipboard

Optional parent block ID for nested content blocks (e.g. subagent tool calls)

Link copied to clipboard

Event sequence number

Link copied to clipboard
val type: String?

The type of content in this block

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