Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 567 Bytes

File metadata and controls

15 lines (13 loc) · 567 Bytes

C# Client for Intel® AI Assistant Builder Service

This folder contains a simple C# Client designed to communicate with Intel® AI Assistant Builder Service.

Install Dependencies

  • Please ensure that Desktop Development with C++ and .NET Desktop Development are installed on your system.

Tip

If these components are not installed, download Visual Studio 2022 Community and install the required components.

How to Run

cd example\\csharp\\CSharpClientExample
dotnet restore
dotnet build
dotnet run