Pigeon Agents Development Agents Library - DatasmithSA/Pigeon-Voice-Training GitHub Wiki

The Pigeon Voice Agent development starts with creating an agent library in Microsoft Visual Studio. The tutorial assumes that you are using Visual Studio 2017. The development process in other versions of Visual Studio will be almost identical.

  1. Start Visual Studio 2017.

  2. Create a new Class Library (.NET Framework) project and solution:

    • Click, File -> New Project and select the Class Library (.NET Framework) project type.
    • Name the project and solution: Pigeon.Voice.DemoAgentLibrary
    • Ensure that you select the * .NET Framework 4.5 as the target framework.

    /images/agent-development/Pigeon-Agent-Development-Solution.png

  3. Add References:

  4. Agent Namespaces: The TCP/IP and HTTP agents will need to be separated into different namespaces. Create two folders within the project structure: