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., we need to prepare messages for UI with lots of dynamic information populated in it which may get complicated.
-
Implementing Custom actions: We are ending up putting lot many of redundant actions, one for each template doing the same thing except change in template name.
Still exploring options to override the behavior of default utter action, so I can use domain.yaml for minimal config information and prepare necessary response format without complexity and redundancy that comes with above approaches.