Skip to content

@uservane/openai-agents/server: MintDeferredAskLinkResult

MintDeferredAskLinkResult = object

Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/server.d.ts:100

issuedAt: string

Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/server.d.ts:117


respondentId: string

Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/server.d.ts:119


sessionId: string | null

Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/server.d.ts:120


showToken: string

Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/server.d.ts:116

Session-bound show-token (v2). This is the SESSION-LINKED deferred path: thread showToken + sessionId to the user’s NEXT in-app session and call controller.bind({ surveyId, showToken, sessionId }) there. That capture links (correlation_state=‘linked’) and round-trips a Langfuse session score. The URL above does not consume this token.


surveyId: string

Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/server.d.ts:118


url: string

Defined in: @[email protected]/node_modules/@uservane/agent-core/dist/server.d.ts:108

Hosted ask URL (/l/:token) to deliver on your channel (e.g. a confirmation email). IMPORTANT: a response captured through this URL is a STANDALONE hosted capture - it is NOT correlated to the agent session (no Langfuse session score for it). Use it when you just want a deferred ask; use the session-linked path below when you need the deferred feedback to correlate to the run.