Skip to content

Instantly share code, notes, and snippets.

@akeller
akeller / WatsonConversation.cs
Last active December 1, 2017 22:42
Watson Unity SDK Getting Started - Conversation
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using IBM.Watson.DeveloperCloud.Services.Conversation.v1;
using IBM.Watson.DeveloperCloud.DataTypes;
using IBM.Watson.DeveloperCloud.Utilities;
using IBM.Watson.DeveloperCloud.Logging;
using IBM.Watson.DeveloperCloud.Connection;
using FullSerializer;