## Rocket.chat livechat images and menus not showing

Hello. I am building a bot, using Rasa, with a Rocketchat livechat channel, using docker-compose but have the issue that the images are not showing, nor the menu options. For example, when executing `action_greet`, that is defined in the `domain.yml` as:  
`utter_greet:`  
`  buttons:`  
`    payload: "Reserve"`  
`    title...`

---

## Yo can always get the last user utterance text

You can always get the last user utterance text, from the tracker store in a custom action in Python (use the `current_state()` method), or via the HTTP API in other language. You can then put the last user utterance into a `SlotSet` event with the full text. You can also use a `FormAction`.

---

## I have e-mailed you

Hi. I have e-mailed you to [alifesource@gmail.com](mailto:alifesource@gmail.com), but the mails are bounced. ¿any other address?

---

## You are changing as well the packaging for pip

You are changing as well the packaging for pip, isn’t it? turning into that rasa is a metapackage that contains nlu and core. I look at it as a good change that can avoid some headaches.

---

## How to automatically restart conversations on bot restart?

Hello. I am developing a chat bot in `rasa_core`, but at the same time the person who hired me is demonstrating this bot to his friends. Every time the code in the `actions.py` file changes and the bot is restarted, when the testers say hello to the bot, it responds with a `utter_default`. I use the Mon...

---

## Introduce yourself

I am Lucio Montero, freelance Python developer. I have academic degrees in Biochemical Sciences, but also my passion has always been biological sciences, in fact, my graduate studies brought me to learn Python. I got a job, working in biological information in Python, but then the enterprise went in…
