ResponseObject.AgentSessionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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