[**axiom v0.51.1**](../../README.md)

***

[axiom](../../README.md) / [feedback](../README.md) / FeedbackLinks

# Type Alias: FeedbackLinks

> **FeedbackLinks** = `object`

Links that associate feedback with a trace and other context.

## Properties

### capability

> `readonly` **capability**: `string`

The capability (feature/component) this feedback relates to.

***

### conversationId?

> `readonly` `optional` **conversationId**: `string`

Optional conversation ID for conversational contexts.

***

### spanId?

> `readonly` `optional` **spanId**: `string`

Optional span ID for more granular linking.

***

### step?

> `readonly` `optional` **step**: `string`

Optional step within the capability.

***

### traceId

> `readonly` **traceId**: `string`

The trace ID to associate this feedback with.

***

### userId?

> `readonly` `optional` **userId**: `string`

Optional user ID of the person providing feedback.
