Parse and validate human-approval webhook parameters.
Approval callbacks reuse the original request_id, intent_id, and
parameters from the gated fulfillment response.
Summary
Types
Functions
@spec parse(map()) :: {:ok, t()} | {:error, AppleIntents.Error.t()}