# BOT_LISTEN_DIALOG

Commands bot to send dialog requests to the script.

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | —           |
| `id`     | —           |

## Result

One of the following events will be generated:

* [`BOT_EVENT_LISTEN_SUCCESS`](/doc/bot_event_listen_success-Brr4lFi7ZP)
* [`BOT_COMMAND_FAILED`](/doc/bot_command_failed-JVxDdlfZF6)

Additionally, the following event is generated every time the bot receives a dialog menu:

* [`BOT_EVENT_LISTEN_DIALOG`](/doc/bot_event_listen_dialog-Mpa8Xx2eMS)

## Example

```csharp
llMessageLinked(LINK_SET, BOT_LISTEN_DIALOG, "", "");
```