All - Activity - kk17july - Rasa Community Forum

Rasa server- why "Run an action in a conversation" Deprecated

We do have requirement to reset conversations from client in specific scenarios. Found this API but deprecated, HTTP API. Is there a reason its deprecated & any alternative approaches to reset conversations from external clients?

Query: Is there a way to override default utter action behavior

Hi, Looking for ways to override utter action implementation, so we can respond from bot with minimal details provided in domain responses. I see there are few ways to achieve this.

Adding custom messages in domain: Having to configure many custom messages in domain file may be unmanageable. Esp.…

How to create & load configurations to support multiple environments through Rasa core and action server

I am trying to figure out a way to load configurations at app level, to support multiple environments (like dev, qa, production env) through RASA Bots. Eg: Would like to maintain different bot specific properties/end points to be utilized through Action server & custom connectors.