Defined in: [src/types/messages.ts:840](https://github.com/strands-agents/harness-sdk/blob/57d070582e9bd93afb549b4d2f976ce0dbaf03b6/strands-ts/src/types/messages.ts#L840)

Text content to be evaluated by guardrails.

## Properties

### qualifiers

```ts
qualifiers: GuardQualifier[];
```

Defined in: [src/types/messages.ts:844](https://github.com/strands-agents/harness-sdk/blob/57d070582e9bd93afb549b4d2f976ce0dbaf03b6/strands-ts/src/types/messages.ts#L844)

Qualifiers that specify how this content should be evaluated.

---

### text

```ts
text: string;
```

Defined in: [src/types/messages.ts:849](https://github.com/strands-agents/harness-sdk/blob/57d070582e9bd93afb549b4d2f976ce0dbaf03b6/strands-ts/src/types/messages.ts#L849)

The text content to be evaluated.