Multi-line conversation

Hello, I am new in machine learning as well as in Rasa too. So far, I’m very happy with Rasa for the easy workflow of making a conversational AI and great result. Right now, I’m trying to create a bot for my office’s service portal.

I was wondering, is it possible or are there any ways to talk with the bot in natural format. e.g.

User: hey bot, it's very hot out there today. _[sent to bot][not expecting a reply from bot]_
User: what's the temperature today? _[assuming bot knows my location]_

[expecting reply from bot now]
Bot: Hi, it's 34 degree outside.

Or,

User: Something weird is happening in my laptop. _[sent to bot][not expecting a reply from bot]_
User: It's constantly showing me random pop-up messages. _[sent to bot][not expecting a reply from bot]_
User: How can I fix this? _[sent to bot][expecting a reply from bot]_

[expecting reply from bot now]
Bot: Oh, that's bad etc etc.
Bot: ... solution ...

Sorry for weak examples. In short, basically not like this -> one line query and a reply from bot.

Thanks for your time.

No at the moment rasa_core predicts an action after every user utterance