> ## 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.

# Intent Node Asset

[Overview](../overview) > Intent Node Asset

**Class:** `IntentNodeAsset` | **Inherits from:** `InworldNodeAsset`

Node asset for processing user intent recognition and classification within conversation flows. Implements intent detection logic to identify user intentions and route conversation flow accordingly.

<img src="https://mintcdn.com/inworldai/GzK0EwIb2T2yQTle/Unity/runtime/runtime-reference/images/IntentNodeAsset.png?fit=max&auto=format&n=GzK0EwIb2T2yQTle&q=85&s=a999ebe7bd4da7fc585247157cf70793" alt="IntentNodeAsset Unity Inspector" width="599" height="481" data-path="Unity/runtime/runtime-reference/images/IntentNodeAsset.png" />

## Usage

This node analyzes user input to determine the intended action or response, enabling conditional branching in conversation graphs based on detected user intents.
