## Button Configuration

When I configure the buttons as below:

```
buttons:
  - payload: Chinese
    title: Chinese
  - payload: Italian
    title: Italian
  - payload: American
    title: American
  - payload: Mexican
    title: Mexican
  - payload: South Indian
    title: South Indian
  - payload: North Indian
    title: North Indian
```

output appears as below:

---

## Rasa Action Server Won't Start

```
rasa init --no-prompt
```
clears all existing configuration 
We need to get “rasa run actions” working.

I ran below commands, it worked for me.
In one terminal window:

```
rasa init --no-prompt
```
In another terminal window:

```
rasa shell
```

## Debugging Rasa Action Server

Hi,
Rasa Action Server doesn’t start for me too. Please help.

```
$ rasa run actions --debug
2020-06-01 07:35:49 INFO rasa_sdk.endpoint - Starting action endpoint server…
2020-06-01 07:35:49 INFO rasa_sdk.executor - Registered function for ‘action_search_restaurants’.
2020-06-01 07:35:49 DEBUG ras…
```
