Quick reply button in Hangout Chat - dialogflow-es-fulfillment

I am creating a hangout bot using dialog flow. Is there a way I can populate suggestion chips / quick reply responses for my hangout bot?

Related

Slack - chatbot dialog with button

In slack is possible to use attachments to create buttons in a chat (https://api.slack.com/docs/message-buttons).
How can I click in the button and use the text button in chat? Don't use link or redirect, just use the button text in the chat.
As I understand you want to update your chat message after a user clicks the button.
Here is how this would work with Slack:
Your app post a message with a message button in a channel
User clicks on button
Your app gets interaction request from Slack
Your apps replies to the Slack request to update the message content
(e.g. text) by replacing it with a new message.
This is how this works with Slack and its the only approach. See also this answer on the same topic.

Google Hangout API to make a call

I want to make a simple desktop icon that can be clicked to trigger a Google Hangout API call to a specific user.
I can't seem to find the right API to use or way to go about this.
Any suggestions?
i think this is not possible. the new hangouts api is only to create chat bots.
so you could create a chat bot that starts a conversation with a specific user and forwards your messages.

IBM watson chatbot for facebook messenger

I am trying to implement IBM Watson chatbot into facebook messenger. I am able to verify my webhook. Also, able to receive and send custom messages through facebook to my webhook.
The problem is that i can't receive messages from IBM Watson. IBM Watson is not able to detect my messages and provide appropriate response. Also, can't receive my welcome message from IBM Watson in facebook messenger when chat window is opened. The tutorial which I followed was on youtube and the link is https://www.youtube.com/watch?v=FdsjS7ZnPLw
Any suggestion would be a great help. Thanks.
The most common cause is not subscribing your webhook to a page after creating it.
The UI doesn't appear until you create your webhook in FB (It's been a year since I have had to do it, so it may have changed).
If that is set up, try connecting to your application layer in postman and make sure you are sending and receiving the right information.
Regarding Welcome message:
The Welcome node of your dialog is not processed by the Facebook Messenger integration. The welcome message is not displayed in the Facebook chat like it is in the "Try it out" pane or in the Preview Link integration web page. It is not triggered from here because nodes with the welcome special condition are skipped in dialog flows that are started by users. Facebook Messenger waits for the user to initiate the conversation. If you need to set default values for context variables at the start of your conversation, do not set them in the welcome node.
for more information check: Integrating IBM Watson Assistant with Facebook Messenger

Facebook Messenger, send webview directly

So i found that the 3 ways to send webviews on facebook messenger are:
All of those solutions implies to send either a Menu, a Card or a Chat extension where the user have to click.
What im looking for is that when the user interacts with my bot (at the moment he says "please send me the webview"), the chat without clicking some button redirects the user to a webview. In this way the conversational flow its not affected by pop-up screens.
Is there a way?
Thanks in advance

Add facebook feedback button to my website

I'm developing my own website and I would like to integrate it with my facebook page.
I would like to have small button or widget in my site that in case user wants to send feedback on my site he's clicking it and write down his message. This message is automatically sent to my facebook private messages (inbox) and I can reply to it.
Let me know if there is option like this? Do I need to develop new FB app for this?
Thank you,
Moshe