@uservane/openai-agents/server: FeedbackPayload
Type Alias: FeedbackPayload
Section titled “Type Alias: FeedbackPayload”FeedbackPayload =
object
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:57
Properties
Section titled “Properties”
optionalmint?:MintFeedbackTokenResult
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:74
Full mint response when a mint was attempted.
reason?
Section titled “reason?”
optionalreason?:string
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:72
Human-readable reason when unbound or mint returned no token.
sessionId?
Section titled “sessionId?”
optionalsessionId?:string
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:65
Equals groupId when bound. Undefined when unbound.
showToken?
Section titled “showToken?”
optionalshowToken?:string
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:63
Bound show-token when groupId was set and mint succeeded. Undefined when unbound or the survey was gated (empty tokens).
surveyId
Section titled “surveyId”surveyId:
string
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:58
unbound?
Section titled “unbound?”
optionalunbound?:boolean
Defined in: @[email protected]_@[email protected]_ws@[email protected]__react@19.2.3/node_modules/@uservane/openai-agents/dist/server.d.ts:70
True when groupId was absent: no bound mint was attempted. Set groupId to your session id for a linked round-trip.