Utter the output value present in actions

Hey! How can I utter the value that I get from actions

here I need to utter the value of print(answer) in chatbot

Hi @SnbharadwajR19,

Welcome to Rasa Community!

Use

dispatcher.utter_message(text=answer)

For more reference on Dispatcher