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

# Inworld Node Random Canned Text

[Overview](../overview) > [Inworld Node](./InworldNode) > Inworld Node Random Canned Text

**Class:** `UInworldNode_RandomCannedText` | **Inherits from:** `UInworldNode`

A node that selects a random text from a list of predefined phrases.

This node takes no input and produces a Text output containing a randomly selected phrase from its internal list. It inherits from the base Node class and is useful for generating varied responses or fallback content.

<img src="https://mintcdn.com/inworldai/UjBJ5lUznbajzMw5/img/unreal/runtime/nd_img_InworldNode_RandomCannedText.png?fit=max&auto=format&n=UjBJ5lUznbajzMw5&q=85&s=e42902f25cace9d62df34b1f719cb3bd" alt="Inworld Node Random Canned Text" width="245" height="79" data-path="img/unreal/runtime/nd_img_InworldNode_RandomCannedText.png" />

**Input Types:**

* `FInworldData` (Anything)

**Output Types:**

* `FInworldData_Text` (One of the configured canned responses)
