# Quick Reply Action

Use this action to display a single quick reply button. The button can be used to redirect the user to another interaction as well as to execute multiple operations.

![](/files/-M5W37FY2T9CIqC1GcXq)

### Settings

The action uses the following settings:

| Setting                 | Description                                                                                                                        | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| Button Title            | The title of the quick reply button. This is the text of the button.                                                               | :white\_check\_mark:                                 |
| Alternate Text          | Text to be used on any text-only channel (e.g. WhatsApp)                                                                           | :white\_check\_mark:                                 |
| Trigger Text Expression | Standard Xenioo expression that can be used to trigger this button from standard users message                                     | :white\_check\_mark:                                 |
| From Url                | Associate an image to this button retrieving it from an external URL.                                                              | :no\_entry:                                          |
| Upload To Storage       | Associate an image to this button retrieving it from [your Xenioo Account storage](/basic-concepts/your-account/the-free-plan.md). | :no\_entry:                                          |
| Image URL               | The fully qualified URL of the image                                                                                               | :white\_check\_mark:                                 |

### Remarks

By default, this action is created with an empty Go To Operation attached. The operation can be removed if not required by your chatbot flow.

Alternate Text property is used to display the button text on a text-only channel like [WhatsApp](/basic-concepts/publishing/channels/whatsapp.md). On a channel where buttons are allowed, the button may be "Home", while on [WhatsApp ](/basic-concepts/publishing/channels/whatsapp.md)it may be "A) Home".

If instead of clicking the button the user types the Button Title (or Alternate Text) directly the button will be triggered automatically by Xenioo. If you wan to extend the possible texts triggering the button, you can fill the available Trigger Text Expression accordingly. Expressions can be created using the very same rule that is applied to all [inputs](/actions-and-operations/input/xenioo.bots.actions.base.genericrequestaction.md).

{% hint style="warning" %}
[Telegram ](/basic-concepts/publishing/channels/telegram.md)does not allow buttons to be displayed without any preceding text. Please make sure to have at [least one text bubble](/actions-and-operations/content/xenioo.bots.actions.base.textaction.md) before any quick button or no button will be displayed.
{% endhint %}

### Trigger

On User Click. This action will trigger any child operation as the user clicks the associated chat button.

### Variables

This action produces the following variables after being triggered:

| Variable            | Description                                                   |
| ------------------- | ------------------------------------------------------------- |
| last\_command       | The parsed content of the Button Title setting                |
| last\_user\_message | The text sent by the user that triggered this button, if any. |

### Availability

Channel specific availability follows the table below:

| Channel          | Availability                                                                                                                                             |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Facebook         | Fully Available. A maximum of 11 buttons can be displayed at once.                                                                                       |
| WhatsApp         | Fully Available.                                                                                                                                         |
| Telegram         | Fully Available. Can only be displayed after a [text bubble](/actions-and-operations/content/xenioo.bots.actions.base.textaction.md) has been displayed. |
| Web              | Fully Available                                                                                                                                          |
| Alexa            | **Not Available**                                                                                                                                        |
| Google Assistant | *Available only on Screen enabled devices.Other devices will ignore the content.*                                                                        |
| Slack            | Fully Available                                                                                                                                          |
| API              | Fully Available                                                                                                                                          |

This action can be used only inside interactions and not as child of other actions. Any account can use this action regardless of [subscription level](/basic-concepts/your-account/the-free-plan.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs10.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.buttonaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
