संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Assistant SDK से आपको वॉइस कंट्रोल, आम भाषा की समझ, और Google की स्मार्ट तरीकों को अपने आइडिया में शामिल करने की सुविधा मिलती है. आपके प्रोजेक्ट में कोई उच्चारण (ऑडियो का बोलकर किया गया अनुरोध, जैसे कि मेरे कैलेंडर में क्या है?) रिकॉर्ड होता है, उसे Google Assistant को भेजा जाता है. साथ ही, उच्चारण के रॉ टेक्स्ट के साथ-साथ, बोलकर दिया गया जवाब भी दिया जाता है.
Google Assistant सेवा
Google Assistant सेवा में एक लो लेवल एपीआई उपलब्ध है. इसकी मदद से, Assistant से किए गए किसी अनुरोध और उसके जवाब की ऑडियो बाइट में सीधे तौर पर बदलाव किया जा सकता है. इस एपीआई के लिए बाइंडिंग, Node.js, Go, C++, Java जैसी भाषाओं के लिए जनरेट की जा सकती हैं. ऐसा उन सभी प्लैटफ़ॉर्म के लिए किया जा सकता है जो gRPC पर काम करते हैं.
Python में दिया गया रेफ़रंस कोड, ऑडियो कैप्चर करने, ऑडियो प्लेबैक, और बातचीत की स्थिति को मैनेज करने के लिए दिया जाता है.
किसी सुविधा के साथ काम करना और उसकी सुविधा
नीचे दी गई टेबल में, Google Assistant सेवा के लिए प्लैटफ़ॉर्म के साथ काम करने की
ज़रूरी शर्तों के बारे में बताया गया है:
SDK टूल की मदद से, तेज़ी से प्रोजेक्ट बनाए जा सकते हैं. ऐसा करने के लिए, Google Assistant को एम्बेड करके, Actions on Google से खास फ़ंक्शन जोड़े जा सकते हैं:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["The Google Assistant SDK enables the integration of voice control, natural language processing, and Google's intelligence into projects, primarily for experimental and non-commercial purposes."],["It offers a low-level API for manipulating audio, accessible through various programming languages, along with Python reference code for audio handling and conversation management."],["While supporting audio input/output and visual HTML5 responses, it lacks hands-free activation, timers/alarms, podcast/news playback, and broadcast messaging capabilities."],["Developers can build projects by leveraging the gRPC APIs, customizing functionality with Actions on Google, and adhering to best practices for privacy, security, and audio configuration."]]],[]]