IsolationContext.ChatIsolationKey Property

Definition

Gets the chat isolation key — the partition under which conversation / shared state should be stored.

public virtual string? ChatIsolationKey { get; }
member this.ChatIsolationKey : string
Public Overridable ReadOnly Property ChatIsolationKey As String

Property Value

An opaque string from x-agent-chat-isolation-key, or null when running outside the platform. In a 1:1 user↔agent chat this equals UserIsolationKey.

Applies to