IntentKind
type IntentKind = "request" | "event";Whether an intent expects a response (request) or is fire-and-forget (event).
type IntentKind = "request" | "event";Whether an intent expects a response (request) or is fire-and-forget (event).