> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: RefusalIntentSnapshot

Defined in: [typescript/src/models/refusal-record.ts:9](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/refusal-record.ts#L9)

The subset of a Business Transaction's Intent a policy decision was
evaluated against. Mirrors @parmana/policy's own IntentSnapshot
shape exactly (target, parameters).

## Properties

### target?

> `readonly` `optional` **target?**: `string`

Defined in: [typescript/src/models/refusal-record.ts:10](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/refusal-record.ts#L10)

***

### parameters?

> `readonly` `optional` **parameters?**: `Record`\<`string`, `unknown`>

Defined in: [typescript/src/models/refusal-record.ts:11](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/refusal-record.ts#L11)
