Changing bot language in middle of the conversation

I am creating a bot service which can talk in any supportive language. My question is if the person started in English to chat and in middle he is not comfortable with English and want to change to Spanish or French. I would like to give that feature. Is there any possibility to change the… Read More Changing bot language in middle of the conversation

Getting null values in jq bash

I have data.json which looks like this { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Monitoring", "wrap": true, "weight": "bolder", "size": "large" }, { "type": "TextBlock", "text": "23-04-2022 20:00", "wrap": true, "size": "Small", "isSubtle": true }, { "type": "RichTextBlock", "inlines": [ ] } ], "": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5" } And I’m trying to add… Read More Getting null values in jq bash