{"id":1767,"date":"2026-08-10T08:51:49","date_gmt":"2026-08-10T08:51:49","guid":{"rendered":"https:\/\/nokobox.com\/index.php\/item\/udemy-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-2023-8\/"},"modified":"2026-08-10T08:51:49","modified_gmt":"2026-08-10T08:51:49","slug":"udemy-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-2023-8","status":"publish","type":"digital_item","link":"https:\/\/nokobox.com\/index.php\/item\/udemy-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-2023-8\/","title":{"rendered":"Udemy \u2013 Learn C# Basics by Building Your Own Bot (ChatGPT enabled) 2023-8"},"content":{"rendered":"<div class=\"w-post-elm post_content\">\n<h2><span style=\"vertical-align: inherit\">Description<\/span><\/h2>\n<p><span style=\"vertical-align: inherit\">Course Learn C# Basics by Building Your Own Bot (ChatGPT enabled). C# basics training course by building your own bot (ChatGPT enabled). The purpose of this course is to help you learn C# by building and distributing an interesting chatbot application for users. In my experience, the most efficient way to learn new things is to pick a simple interesting task and complete it from scratch. Since the task is simple and small, it is not difficult to finish it. And since it\u2019s fun, you won\u2019t get bored during the learning process, especially when you\u2019re stocking up on troubleshooting steps. So, this is the method used in this course to help you learn C# easily. This course is divided into eight sections. Well, there are actually nine sections. Section 4.5 is a brief two-video bonus section. At the end of this course, you will be able to program a new application, build all its functionality, and then encapsulate it in an installer to distribute to your users. Here is a brief introduction of what you will learn from each section.<\/span><\/p>\n<div data-purpose=\"safely-set-inner-html:description:description\">\n<p><span style=\"vertical-align: inherit\">Part 1: Introduction<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">The reason for learning C# programming and the reason for choosing this course. You know who the instructor is and his background to make sure you choose this course.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Part 2: Preparation of tools<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Steps to download and install Visual Studio 2022, Microsoft SQL Server 2019 Express and Microsoft SQL Server Management Studio (SSMS).<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Part 3: C# architecture and . Pure<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">To understand the structure of the C# program and . Net Framework architecture. All concepts will be introduced using a simple interactive console application.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Part 4: C# Essentials<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">The most basic and essential concepts of C# language are introduced in this section. And all the concepts will be introduced by building the main functions of the chatbot application through a console application.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Section 5 Building a Reusable Library (Main Section 4.5)<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">This is a bonus part and we plan to create a cross-platform, reusable DLL library. Pure standard for future use<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Section 6: Graphical user interface and file access<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">We\u2019ll create a Windows Forms desktop user interface for the chatbot and learn how to load basic settings from a configuration file. Exception control will also be introduced.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Section 7: Database<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Two ways to access the database, including ADO. Net and Entity Framework are introduced in this section. We start with a local database, then convert it to an online SQL database.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Section 8: Program Installer<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Two methods for building an installer program for distribution programs are introduced, ClickOnce and Microsoft Visual Studio Installer Projects.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Part 9: BOT in .Net 6 WPF (December 2022)<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Create a WPF application with a transparent background.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Part 10: Using the OpenAI GPT3 model (July 2023)<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Using C# to connect to the Chat Completion API provided by OpenAI to make our app more human.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Then what?<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">There are so many things you can do with C#, we\u2019ll let you know what to learn next in this section.<\/span><\/p>\n<\/div>\n<h3><span style=\"vertical-align: inherit\">What you will learn in the Learn C# Basics by Building Your Own Bot (ChatGPT enabled) course<\/span><\/h3>\n<div class=\"what-you-will-learn--content-spacing--3n5NU show-more-module--container--2QPRN\">\n<div class=\"show-more-module--content--cjTh0 show-more-module--with-gradient--1ZDrA\">\n<div>\n<ul class=\"ud-unstyled-list ud-block-list what-you-will-learn--objectives-list--eiLce what-you-will-learn--objectives-list-two-column-layout--rZLJy\">\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Learn the basics of C# and Net Framework<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Learn how to use OpenAI\u2019s GPT model<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Understand C# file structure and program structure<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Understand the differences between different versions of .NET<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Learn the essential language by building a console application<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Extract reusable functions into a cross-platform DLL library<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Add a Windows Forms UI to your application<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Load and write your application\u2019s initial settings from\/to a configuration file<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Learn how to handle program exceptions<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Tackle arithmetic methods by building a calculator<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Access data stored in local database and online database<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<li>\n<div class=\"ud-block-list-item ud-block-list-item-small ud-block-list-item-tight ud-block-list-item-neutral ud-text-sm\" data-purpose=\"objective\">\n<div class=\"ud-block-list-item-content\"><span class=\"what-you-will-learn--objective-item--3b4zX\"><span style=\"vertical-align: inherit\">Create an installer to distribute your application<\/span><\/span><\/div>\n<\/div>\n<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h3><span style=\"vertical-align: inherit\">This course is suitable for people who<\/span><\/h3>\n<div class=\"styles--audience--2xuzW\" data-purpose=\"target-audience\">\n<ul class=\"styles--audience__list--16EaN\">\n<li><span style=\"vertical-align: inherit\">Anyone who wants to learn C# programming<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Anyone looking for a career opportunity in C# programming<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Anyone who wants to change their career to programming (like a teacher 20 years ago)<\/span><\/li>\n<\/ul>\n<\/div>\n<h3><span style=\"vertical-align: inherit\">Details of the course Learn C# Basics by Building Your Own Bot (ChatGPT enabled)<\/span><\/h3>\n<ul>\n<li><span style=\"vertical-align: inherit\">Publisher:&nbsp; <\/span><a href=\"https:\/\/href.li\/?https:\/\/www.udemy.com\/course\/learn-csharp-basics-by-building-your-own-bot\/\" target=\"_blank\" rel=\"noopener\"><span style=\"vertical-align: inherit\">Udemy<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Lecturer: <\/span><a href=\"https:\/\/downloadlynet.ir\/tag\/tom-liao\/\"><span style=\"vertical-align: inherit\">Tom Liao<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Training level: beginner to advanced<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Training duration: 15 hours and 29 minutes<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Number of courses: 65<\/span><\/li>\n<\/ul>\n<h3><span style=\"vertical-align: inherit\">Headlines of the course<\/span><\/h3>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-883232 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2024\/02\/Learn-C-Basics-by-Building-Your-Own-Bot-ChatGPT-enabled-1.png\" alt=\"Learn C# Basics by Building Your Own Bot (ChatGPT enabled)\" width=\"710\" height=\"621\"><\/h2>\n<h3><span style=\"vertical-align: inherit\">Prerequisites of the course Learn C# Basics by Building Your Own Bot (ChatGPT enabled)<\/span><\/h3>\n<ul>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Visual Studio 2022 Community Edition (Free)<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Microsoft SQL Server 2019 Express Edition (Free)<\/span><\/li>\n<li dir=\"ltr\" style=\"text-align: left\"><span style=\"vertical-align: inherit\">Microsoft SQL Server Management Studio (SSMS) (Free)<\/span><\/li>\n<\/ul>\n<h3><span style=\"vertical-align: inherit\">Course images<\/span><\/h3>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-883233 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2024\/02\/Learn-C-Basics-by-Building-Your-Own-Bot-ChatGPT-enabled.png\" alt=\"Learn C# Basics by Building Your Own Bot (ChatGPT enabled)\" width=\"665\" height=\"244\"><\/h2>\n<h3><span style=\"vertical-align: inherit\">Sample video of the course<\/span><\/h3>\n<div style=\"width: 640px;\" class=\"wp-video\"><span class=\"mejs-offscreen\">Video Player<\/span><\/p>\n<div id=\"mep_0\" class=\"mejs-container mejs-container-keyboard-inactive wp-video-shortcode mejs-video\" tabindex=\"0\" role=\"application\" aria-label=\"Video Player\" style=\"width: 640px; height: 360px; min-width: 217px;\">\n<div class=\"mejs-inner\">\n<div class=\"mejs-mediaelement\"><mediaelementwrapper id=\"video-116824-1\"><video class=\"wp-video-shortcode\" id=\"video-116824-1_html5\" width=\"640\" height=\"360\" preload=\"metadata\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Learn_C_Sharp_Basics_by_Building_Your_Own_Bot_(ChatGPT_enabled)_Downloadly.ir.mp4?_=1\" style=\"width: 640px; height: 360px;\"><source type=\"video\/mp4\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Learn_C_Sharp_Basics_by_Building_Your_Own_Bot_(ChatGPT_enabled)_Downloadly.ir.mp4?_=1\"><a href=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Learn_C_Sharp_Basics_by_Building_Your_Own_Bot_(ChatGPT_enabled)_Downloadly.ir.mp4?nocache=1786093912041\">https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Learn_C_Sharp_Basics_by_Building_Your_Own_Bot_(ChatGPT_enabled)_Downloadly.ir.mp4<\/a><\/video><\/mediaelementwrapper><\/div>\n<div class=\"mejs-layers\">\n<div class=\"mejs-poster mejs-layer\" style=\"display: none; width: 100%; height: 100%;\"><\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-loading\"><span class=\"mejs-overlay-loading-bg-img\"><\/span><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-error\"><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer mejs-overlay-play\" style=\"width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-button\" role=\"button\" tabindex=\"0\" aria-label=\"Play\" aria-pressed=\"false\"><\/div>\n<\/div>\n<\/div>\n<div class=\"mejs-controls\">\n<div class=\"mejs-button mejs-playpause-button mejs-play\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Play\" aria-label=\"Play\" tabindex=\"0\"><\/button><\/div>\n<div class=\"mejs-time mejs-currenttime-container\" role=\"timer\" aria-live=\"off\"><span class=\"mejs-currenttime\">00:00<\/span><\/div>\n<div class=\"mejs-time-rail\"><span class=\"mejs-time-total mejs-time-slider\" role=\"slider\" tabindex=\"0\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"0\" aria-valuenow=\"0\" aria-valuetext=\"00:00\"><span class=\"mejs-time-buffering\" style=\"display: none;\"><\/span><span class=\"mejs-time-loaded\"><\/span><span class=\"mejs-time-current\"><\/span><span class=\"mejs-time-hovered no-hover\"><\/span><span class=\"mejs-time-handle\"><span class=\"mejs-time-handle-content\"><\/span><\/span><span class=\"mejs-time-float\"><span class=\"mejs-time-float-current\">00:00<\/span><span class=\"mejs-time-float-corner\"><\/span><\/span><\/span><\/div>\n<div class=\"mejs-time mejs-duration-container\"><span class=\"mejs-duration\">00:00<\/span><\/div>\n<div class=\"mejs-button mejs-volume-button mejs-mute\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Mute\" aria-label=\"Mute\" tabindex=\"0\"><\/button><a href=\"javascript:void(0);\" class=\"mejs-volume-slider\" aria-label=\"Volume Slider\" aria-valuemin=\"0\" aria-valuemax=\"100\" role=\"slider\" aria-orientation=\"vertical\"><span class=\"mejs-offscreen\">Use Up\/Down Arrow keys to increase or decrease volume.<\/span><\/p>\n<div class=\"mejs-volume-total\">\n<div class=\"mejs-volume-current\" style=\"bottom: 0px; height: 100%;\"><\/div>\n<div class=\"mejs-volume-handle\" style=\"bottom: 100%; margin-bottom: -3px;\"><\/div>\n<\/div>\n<p><\/a><\/div>\n<div class=\"mejs-button mejs-fullscreen-button\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Fullscreen\" aria-label=\"Fullscreen\" tabindex=\"0\"><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<h3><span style=\"vertical-align: inherit\">Installation guide<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">After Extract, view with your favorite Player.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">English subtitle<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Quality: 720p<\/span><\/p>\n<p><strong>Changes:<\/strong><\/p>\n<p>Version 2023\/8 compared to 2022\/6 has increased by 14 lessons and 1 hours and 27 minutes in duration.<\/p>\n<\/div>\n<h3><span style=\"vertical-align: inherit\">Download link<\/span><\/h3>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Udemy_Learn_C_Basics_by_Building_Your_Own_Bot_ChatGPT_enabled_2023_8.part1_Downloadly.ir.rar?nocache=1786093910\">Download Part 1 \u2013 2 GB<\/a><\/p>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Udemy_Learn_C_Basics_by_Building_Your_Own_Bot_ChatGPT_enabled_2023_8.part2_Downloadly.ir.rar?nocache=1786093910\">Download Part 2 \u2013 2 GB<\/a><\/p>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Udemy_Learn_C_Basics_by_Building_Your_Own_Bot_ChatGPT_enabled_2023_8.part3_Downloadly.ir.rar?nocache=1786093910\">Download Part 3 \u2013 2 GB<\/a><\/p>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Udemy_Learn_C_Basics_by_Building_Your_Own_Bot_ChatGPT_enabled_2023_8.part4_Downloadly.ir.rar?nocache=1786093910\">Download Part 4 \u2013 2 GB<\/a><\/p>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Udemy_Learn_C_Basics_by_Building_Your_Own_Bot_ChatGPT_enabled_2023_8.part5_Downloadly.ir.rar?nocache=1786093910\">Download Part 5 \u2013 485 MB<\/a><\/p>\n<h5><span style=\"vertical-align: inherit\">File(s) password: www.downloadly.ir<\/span><\/h5>\n<h3><span style=\"vertical-align: inherit\">Size<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">8.48 GB<\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Description Course Learn C# Basics by Building Your Own Bot (ChatGPT enabled). C# basics training course by building your own bot (ChatGPT enabled). The purpose<\/p>\n","protected":false},"author":1,"template":"","dgi_category":[10458],"dgi_tag":[12792,12793,12794,12795,12796,12797,12798,12799,12800,12801,12802,12803,12804,12805,12806,12807,12808,12809,12810,12811,12812,12813,12814,12815],"class_list":["post-1767","digital_item","type-digital_item","status-publish","has-post-thumbnail","hentry","dgi_category-video-tutorials","dgi_tag-course-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-download-course-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-download-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-download-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-course","dgi_tag-download-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-course-for-free","dgi_tag-download-link-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-download-links-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-download-paid-course-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-free-download-course-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-free-download-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-free-download-link-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-free-download-links-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-free-download-paid-course-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-free-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-free-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-download-course","dgi_tag-free-links-download-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-free-paid-course-download-links-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-download-course","dgi_tag-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-download-links","dgi_tag-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-for-free","dgi_tag-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-free-course","dgi_tag-learn-c-basics-by-building-your-own-bot-chatgpt-enabled-free-download","dgi_tag-paid-course-learn-c-basics-by-building-your-own-bot-chatgpt-enabled","dgi_tag-tom-liao"],"_links":{"self":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/1767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item"}],"about":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/types\/digital_item"}],"author":[{"embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/1767\/revisions"}],"wp:attachment":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/media?parent=1767"}],"wp:term":[{"taxonomy":"dgi_category","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_category?post=1767"},{"taxonomy":"dgi_tag","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_tag?post=1767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}