Pass a hyperlink with a message using PVA or Bot framework composer - bots

I am developing a chatbot using PVA.
I have a requirement where i want to show below message with reference links and on hover title should be displayed.
OnClick of reference link no action
OnHover, respective title to be displayed.
Kindly assist or guide me to the solution.

Related

Display WhatsApp group chat on a public webpage

I am looking for a method to Display WhatsApp group chat on a public webpage.
The reason for that is hat I want to make some WhatsApp groups content searchable via Google.
Do we have any available solution for that ?
Thanks for helping
one option to get what you need is adding a "listener" to the whatsapp group. It would essentially read all the messages on the group, and you could post them on a web page as you need.
On this example here: https://www.youtube.com/watch?v=lCmoay0G86M all the messages are logged out on a node-red debug node.
I hope it helps.

Is it possible to remove/hide response while using submit action in MS teams bot

I'm having MS Teams bot developed using bot framework. I have a dialog where the user choose date from date picker. For this I'm using following Adaptive card. when user select date from date picker and click ok, the message will be appeared as request sent to app. I don't want to show that message here. is there any way to remove/ hide that information message(which is highlightedNeed to remove/hide that information message in the image)?
Need to remove/hide that information message (which is highlighted in yellow color)
It is the by default behavior of Adaptive card and we can not change it currently.

How can I use links in Slack which deep link back into my Slack bot?

I have a Slack bot that, in response to a /command - a search query - can display a list of matched database entries. I would like to present this list as a clickable link + short summary for each of the DB entries (using blocks).
Example:
Clicking the link for any entry should tell the Slack bot to display the full database record as a new Slack message.
I can't figure out how to get a link to do anything other than open the browser. None of the options for deep linking, or linking to a bot mention appear to be suitable.
Can anyone think of a solution for this? I would prefer not to give each list entry a button or accessory to 'open' the link.
already tried :
Each item as an https:// link to the node app behind the bot, passing the title to be displayed. This works but opens a browser window in the interim.
Mentioning the bot in a link <#ABOTID>Title to open
You can only deep link to existing messages, but not use links the same way you can use buttons.
You could of course link directly to your app, but that would always also open the browser, which as you say you don't want.
So for blocks you are left with the option you already mentioned: putting a button next to each entry in the form of a Section with a button.
An alternative would be to use Secondary Attachments. Those are automatically collapsed for longer text and the user gets a button he can click to expand them.

chrome desktop notifications get text

I have chrome plugin, that checks given URL and use 'get' method to check the return HTML code. if thee are errors - chrome notifications will pop. I want to create a button and whenever the notification button will be clicked, an alert will pop with the notification text.
I am not able to find any source of information on how to do this, and I will be happy if someone can help me with this
I've already try to search examples, on the web and on Google's website but without any luck

IBM hyperlink in watson conversation

I want to have a text in the hyperlink without showing the HTML tag.
Other than editing Watson Conversation
"The link to go to Temasek Poly is: click https://www.google.com.sg\">Google."
Other than showing in the web application, can I show in facebook messenger?
I tried in facebook messenger but cannot, why? how can I do this same matter and can apply in facebook messenger
Facebook does not support your example, just paste the URL that you want to send for the user, like:
Search about this on https://google.com.br
And then, Facebook will transform in a hyperlink.
Done a lot of research on this...
Facebook doesn't seem to support the usual codes which create
hyperlinked text (e.g. "Click here") that links the clicker to your
specified external website. for now, you can only attach a link in
it's full form (e.g. "www.blahblah.com")
Reference: Facebook forum here.

Resources