Watson Assistant with Instagram - instagram

I'm trying to develope a chatbot to Direct Instagram. Anybody knows if is possible to integrate Watson Assistant (Chatbot) with Direct Instagram?

It is possible to create chat-bots in Instagram. Whether you can use Watson Assistant or not depends mostly on the Instagram API, that you should check.
But definitely yes! There are nowadays some IG chatbots! You can check some sources to see that!
For example, what this image shows is a spanish IG chatbot:

As far as I know Instagram does not publish APIs for chatbot development, so I don't believe any platforms really support chatbots on Instagram, including Watson.

Related

Dialogflow Integration With suggestion chip of Google assistant

I wish to know whether if I could integrate the Chatbot I made using dialogflow into my institute's webpage with the suggestion chips of Google assistant .
No, suggestion chips of Google Assistant are only compatible with Actions deployed on AoG.
You can instead try to add follow-up dialogues, that will work as alternative for Suggestion Chips.

How to integrate dialogflow with instagram

I wanted to create an Instagram chatbot but I can't find a way to connect Dialogflow and Instagram is there a way to do so? Even if using another chatbot rather than Dialogflow?
The only way I found was by using the following android app
https://play.google.com/store/apps/details?id=tkstudio.autoresponderforig&hl=en
This requires to have your phone ON and Connected to internet all time tho to work
but untill they release an official api I think this is all I have.

dialogflow, google action and webdemo

Can you like with the Test Simulator have an embedded Google Action or use a Live chat style bot on a website with Google Actions responses? Are there any code labs or third party platforms that do this?
Yes, some of the 3rd party chat windows I know of:
- Smooch
- Kommunicate
You will have to use the Payload response to send specific components (such as cards, quick replies or images)
There's also this Github repository which allows you to set Google Actions replies and it will display it in chat:
https://github.com/mishushakov/dialogflow-web-v2
Or you can write your own in React or Vue.
Actions on Google is the platform for Google Assistant developers and have own library and components. You can use these features and components only on Google Assistant projects, since every platform has different features and capability. If you need to create a chatbot with these kind of features, you should check platform's docs eg. Facebook, Telegram...
If you want to create a chatbot which has some rich responses, Dialogflow has own attributes such as Card, Suggestion. So, you can build your agent and integrate Dialogflow (not Google Action).
You can check here for platform and Dialogflow's response and payload ability.

explore voice capability in Microsoft chat bot

I have chat bot developed using Microsoft bot frame work in , in chat bot we have a option for customer to ask a question for that we need to make it voice enabled as of now we are using node.js and azure for development . i wanted to know how we can achieve it ?
On google chrome, mic can be enabled easily. Google chrome will also translate the voice for you. First follow below link, see if you are using same framework : https://learn.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-webchat-speech?view=azure-bot-service-3.0
Post that following link can also help enabling the voice. Can't Chrome's speechSynthesis work offline?
You can enable voice on Firefox as well using bing translate. This link will help you: https://github.com/Microsoft/BotFramework-WebChat/issues/1141

Possible to return an image in the Google Actions webhook response?

From the docs it seems like SpeechResponse is the only documented type of response you can return:
https://developers.google.com/actions/reference/conversation#SpeechResponse
Is it be possible to load an image or some other type of media in the assistant conversation via API.AI or the Actions SDK? Seems like this is supported with api.ai for FB, other messengers:
https://docs.api.ai/docs/rich-messages#image
Thanks!
As of today, Google Actions SDK supports Conversation Actions, by building a better Voice UI, which is integrated with Google Home.
Even API.AI integrations with Google Actions can be checked out here, which shows currently no support for images in the response.
When they provide integrations with Google Allo, then in the messaging interface, they might start supporting images, videos etc.
That feature seems to be present now. You can look it up in the docs at https://developers.google.com/actions/assistant/responses
Note: But images would be supported only on devices with a visual output. So Google Home would obviously not be able to do it. But the devices with screen do support a card with an image.
Pro Tip: Yes you can
What you want to do is represent your (image/video) as a URL within API.AI and render the URL as a (image/video) within your app
see working example

Resources