> ## 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: Intent

Defined in: [typescript/src/models/intent.ts:7](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/intent.ts#L7)

Parmana Intent.

Business intent.

## Properties

### intentId

> `readonly` **intentId**: `string`

Defined in: [typescript/src/models/intent.ts:8](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/intent.ts#L8)

***

### authorizationId

> `readonly` **authorizationId**: `string`

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

***

### action

> `readonly` **action**: `string`

Defined in: [typescript/src/models/intent.ts:12](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/intent.ts#L12)

***

### target

> `readonly` **target**: `string`

Defined in: [typescript/src/models/intent.ts:14](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/intent.ts#L14)

***

### parameters

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

Defined in: [typescript/src/models/intent.ts:16](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/intent.ts#L16)

***

### createdAt

> `readonly` **createdAt**: `Date`

Defined in: [typescript/src/models/intent.ts:18](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/intent.ts#L18)
