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

# KeywordMatcherNodeProps

> Configuration interface for `KeywordMatcherNode` creation.

## Properties

* [keywords](#keywords)

***

## Properties

### keywords

```typescript theme={"system"}
keywords: string[] | { name: string; keywords: string[]; }[]
```

Keywords can be either a flat array of strings or structured groups. For CPP compatibility, use structured format: `Array<{name: string, keywords: string[]}>`
