Skip to main content
Defined in: server/context.ts:63

Properties

action

action: "accept" | "decline" | "cancel";
Defined in: server/context.ts:65 How the user responded to the elicitation.

content?

optional content?: Record<string, string | number | boolean>;
Defined in: server/context.ts:67 Submitted form values. Present only when action is ‘accept’.