Google Hangouts Text Formatting

Hi, I followed Hangouts API reference, but the text is not getting formatted. The same is working fine with FB Messenger Channel. Could anyone help me with this?

image

@MuraliChandran14, @Juste , @younessegh

Hi @Akhil,

Have you tried sending message in a single line, you can use online JSON Formatter to format your message. As Hangout Chats API is using JSON object.

"`

Hi @MuraliChandran14. I figured it out. I have to use card text formatting instead of simple text formatting.

Hi @Akhil,

I ran into the same issue. Could you explain how you used the card formatting in the rasa domain.yml file and/or in the action.py file? A small example would be fine also!