alessandroTironi / Unity-DialogflowV2Agents

A client for Google Dialogflow V2 APIs that allows to model conversational agents.
MIT License
27 stars 9 forks source link

Intall DLLs #7

Closed israteneda closed 3 years ago

israteneda commented 3 years ago

Hello @alessandroTironi thanks for share your library.

I want to try the library but I can't since I didn't find the (Syrus.Plugins.DialogflowV2Agents.dll) and Newtonsoft.Json.dll DLLs.

Where can I search these dlls.

alessandroTironi commented 3 years ago

Hi @israteneda Did you download the project from the Releases sections? The binaries from that page are outdated, so you should get a working proejct by just cloning it on your machine. The Netwonsoft.Json.dll is in the Assets/Plugins folder, while if you are interested into extracting the latest Syrus.Plugins.DialogflowV2Agents.dll you can let Unity build it and find it in Library/ScriptAssemblies generated folder.

alvarocaiza commented 3 years ago

Hello, thanks for such a great plugin. Since they changed to V2, I couldn't find anything that would help me connect my chatbot with unity.

I have tested with my own, it works, however, any idea why the voice is the same (standard male voice) even after I have changed the TTS settings in my Dialogflow console?

In the console it shows me the output audio as I have set (female voice with UK accent) but in the Unity project is still a male voice. Please let me know if you have any ideas of what could be the issue here.

Once again, legend, thanks so much.