conversationId property

String? conversationId
getter/setter pair

Unique identifier for a conversation (session thread), used to store and correlate messages within a conversation.

The value corresponds to the gen_ai.conversation.id field in the the OpenTelemetry GenAI attributes.

Optional.

Implementation

core.String? conversationId;