ResponseObject.AgentSessionId Property

Definition

The session identifier for this response. Currently only relevant for hosted agents. Always returned for hosted agents β€” either the caller-provided value, the auto-derived value, or an auto-generated UUID. Use for session-scoped operations and to maintain sandbox affinity in follow-up calls.

public string AgentSessionId { get; set; }
member this.AgentSessionId : string with get, set
Public Property AgentSessionId As String

Property Value

Applies to