# Random Text Action

This text action will pick a random line of text from a list. The line will be picked randomly every time the action is called.

![](https://2532694803-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LdPD9c4fJbXSAZcPHt9%2F-LevlFKbc1yVwEBpTEeM%2F-LevlLHgLWKtsefe8ZnW%2Fimage.png?alt=media\&token=49a91a91-63c8-40b0-a453-5ce804325b33)

### Settings

The action uses the following settings:

| Setting           | Description                                                                                            | [Parsed](https://docs.xenioo.com/actions-and-operations/dynamic-parsing) |
| ----------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| Bot Messages List | The list of messages that the action may display. Each line of text is considered a different message. | :white\_check\_mark:                                                     |

### Remarks

When used on the [Web Channel](https://docs.xenioo.com/basic-concepts/publishing/channels/web), this action will automatically enrich http and https url found inside the text and transform them in clickable links.

Each line of text is a different message. If your messages need to contain line breaks, you can use \r or \n inside the text. These escape codes will be transformed into newlines.

### Trigger

This action has no triggers.

### Variables

This action does not produce any variable.

### Availability

Channel specific availability follows the table below:

| Channel          | Availability    |
| ---------------- | --------------- |
| Facebook         | Fully Available |
| WhatsApp         | Fully Available |
| Telegram         | Fully Available |
| Web              | Fully Available |
| Alexa            | Fully Available |
| Google Assistant | Fully Available |
| Slack            | Fully Available |
| API              | Fully Available |

This action can be used only inside interactions and not as child of other actions.
