Execution context passed to intent handlers.
Summary
Types
@type t() :: %AppleIntents.Context{ approved: boolean(), config: AppleIntents.Config.t(), dry_run: boolean(), metadata: map(), payload: AppleIntents.Payload.t() }
Functions
@spec build( AppleIntents.Payload.t(), keyword() ) :: t()