IBM Watson Assistant: How do I integrate a Chatbot into Unity? - unity3d

How do I implement a IBM Watson Chatbot from IBM Cloud into Unity?
Main aim is to implement a chatbot in Unity with an avatar and I want to implement IBM Watson Chatbot in Unity.
How do I get started?

IBM provides a Unity SDK for the Watson services. It has code samples, including for the IBM Watson Assistant. There is even a starter for Watson Assistant.

Related

IBM Watson Assistant: How to get json response into button options

I'm working on a flight reservation chatbot using Watson Assistant chatbot that connects to IBM Cloud SDK through Java API. My idea is to get the API results, from a client's flight search, and set the json response into different button options using Watson. The problem is that I'm not finding a way to do it, can someone help me?

Attempting to create a Chatbot using IBM Watson Assistant and Facebook Messenger

My friends and I are trying to create a chatbot using IBM Watson Assistant and integrating it with Facebook Messenger as platform to host the chatbot.
Our intention is to extract the text and image data that is inputted in the chatbot. Since the chatbot is integrated with Facebook, we are having problems finding a way to extract the data.
Any form of help would be much appreciated!
Thanks!!!!!!!!

Flutter watson assistant integration

I created a watson assistant chatbot ,and a flutter app .I need to integrate flutter with Watson assistant .How i do this?
There is a watson_v2 package for you to integrate Watson Assistant into your flutter app by making API calls to version 2 of the service.
Here’s a detailed blog post explaining how to achieve it step-by-step

IBM Watson Assistant: Multi-workspace for Facebook page?

We have integrated a Watson Assistant skill/workspace with Facebook page using Watson-provided integration approach from virtual Assistants tab.
We are able to get the response from single skill/workspace. Now we want to add another skill/workspace to the integration, but we are not able add it.
Please let us know how can we enable multiworkspace approach for FB integration using watson provided integrations.
At this time, you can only have one skill per assistant. You can swap existing skills using the tool.
If you are using the Watson Assistant API (V1 only) from an application, then you have access to multiple workspaces / skills. See the Botkit Middleware for Watson Assistant for an example of dynamically switching workspaces. It is based on the Watson SDKs.

How to embed IBM Watson Assistant chatbot into another HTML page

I have created my chatbot with IBM Watson Assistant from the GUI using Intents, Entities and Dialog and also tested the same using the "Test Yourself" utility. Now I want to embed this Chatbot on another HTML page. How do I do this? How would I start?
Check out the section on integrations for IBM Watson Assistant. In addition the GitHub organisation Watson Developer Cloud provides the SDKs and has samples. One of them is Watson Simple which is a good starting point.