Google Assistant की सेवा से जुड़ी समस्या हल करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
क्रेडेंशियल से जुड़ी समस्याएं
अनुमति देने वाले टूल की मदद से क्रेडेंशियल जनरेट करने की कोशिश करते समय, टूल आपको किसी यूआरएल पर जाने और अपने Google खाते में साइन इन करने के लिए कहता है. इसके बाद, पेज पर गड़बड़ी का मैसेज दिखता है. उदाहरण के लिए, "कोई गड़बड़ी हुई".
अनुमतियों से जुड़ी समस्याएं
Google Assistant जवाब देती है दरअसल, कुछ सामान्य सेटिंग के लिए पहले आपकी अनुमति चाहिए...
आवाज़ पहचानने की सुविधा से जुड़ी समस्याएं
Assistant जवाब देती है कि मुझे नहीं पता कि इस मामले में आपकी कैसे मदद की जा सकती है या मुझे समझ नहीं आया.
- पुष्टि करें कि आपकी आवाज़ को सही तरीके से पहचाना गया हो. उपयोगकर्ता के अनुरोध की ट्रांसक्रिप्ट के लिए, सैंपल कोड का आउटपुट देखें. मेरी गतिविधि में जाकर भी, अपनी गतिविधि देखी जा सकती है. ऑडियो की क्वालिटी से जुड़ी समस्याओं का पता लगाने के लिए, Assistant से मिले ऑडियो को सुना जा सकता है. अगर आपको बहुत ज़्यादा शोर सुनाई दे रहा है या ऑडियो खराब है, तो
देखें कि आपका माइक्रोफ़ोन सही तरीके से कॉन्फ़िगर किया गया हो. इसके अलावा, किसी
दूसरे माइक्रोफ़ोन का इस्तेमाल करके देखें.
ट्रेट से जुड़ी समस्याएं
Assistant, मॉडल में जोड़ी गई किसी ऐसी विशेषता को नहीं पहचानती है.
डिवाइस पर की जाने वाली कार्रवाइयों से जुड़ी समस्याएं
Google Assistant जवाब देती है कि आपका ऐप्लिकेशन, आपके डिवाइस पर काम नहीं करता.
- Actions Console में जाकर, Assistant ऐप्लिकेशन के लिए डिवाइस की सुविधाएं सेट की जा सकती हैं. अगर आपने स्क्रीन आउटपुट को ज़रूरी के तौर पर सेट किया है, तो कस्टम ऐक्शन काम नहीं करेंगे. फ़िलहाल, Google Assistant SDK में स्क्रीन की सुविधाओं का इस्तेमाल नहीं किया जा सकता.
इन्हें भी देखें
- Google Assistant सेवा के सैंपल README फ़ाइल के समस्या हल करना सेक्शन में जाएं
सहायता
क्या आपको अब भी समस्या आ रही है? हमारा सहायता पेज देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eEnsure the Google Assistant API is enabled and the OAuth consent screen is properly configured to resolve credential issues.\u003c/p\u003e\n"],["\u003cp\u003eVerify activity controls are set for the account used during authorization setup to address permission problems.\u003c/p\u003e\n"],["\u003cp\u003eTroubleshoot voice recognition issues by reviewing the voice transcript, checking audio quality, and microphone configuration.\u003c/p\u003e\n"],["\u003cp\u003eFor trait-related problems, confirm trait addition to the model and re-register the device instance after model updates.\u003c/p\u003e\n"],["\u003cp\u003eIf encountering device action issues, review surface capabilities settings in the Actions Console, ensuring screen output is not required.\u003c/p\u003e\n"]]],[],null,["# Troubleshooting the Google Assistant Service\n\nCredentials issues\n------------------\n\nWhen trying to generate credentials with the authorization tool, the tool prompts\nyou to visit a URL and sign in to your Google account. The page then displays an\nerror message (for example, \"Something went wrong\").\n\n- Make sure you enabled the Google Assistant API and configured the OAuth consent screen in [Configure a Developer Project and Account Settings](/assistant/sdk/guides/service/python/embed/config-dev-project-and-account#config-dev-project).\n\nPermissions issues\n------------------\n\nThe Google Assistant responds *Actually, there are some basic settings that need\nyour permission first...*\n\n- [Set activity controls](/assistant/sdk/guides/activity-controls) for the account that you used when setting the authorization code.\n\nVoice recognition issues\n------------------------\n\nAssistant responds *I don't know how to help with that* or *I don't\nunderstand.*\n\n- Verify that your voice was recognized properly. Check the sample code output for a transcript of the user request. You can also look at [my activity](https://myactivity.google.com/myactivity?restrict=vaa). You can play the audio received by the Assistant to check for audio quality issues. If you hear excessive noise or if the audio is distorted, check that your microphone is configured properly or try a different microphone.\n\nTrait issues\n------------\n\nAssistant does not recognize a trait that you added to a model.\n\n- Make sure the trait was added to the model\n (see [Register Traits for the\n Device](/assistant/sdk/guides/service/python/extend/register-device-traits)).\n\n- If you generated a device instance for a model, the device instance will **not**\n automatically update when its model is changed by other users. You need to\n manually re-register the device instance using the [registration command line tool](/assistant/sdk/reference/device-registration/device-tool#register-device)\n or the [REST API](/assistant/sdk/reference/device-registration/register-device-manual#register-instance).\n You can find the\n [device instance ID](/assistant/sdk/guides/service/python/embed/run-sample#get-device-id)\n in the output of the sample.\n\nDevice Actions issues\n---------------------\n\nThe Google Assistant responds saying that your app is not supported on your\ndevice.\n\n- In the [Actions Console](https://console.actions.google.com/), you can set the surface capabilities of your Assistant app. If you set screen output to be required, your custom actions will not function. The Google Assistant SDK does not support screen capabilities at this time.\n\nSee also\n--------\n\n- [Troubleshooting](https://github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk/googlesamples/assistant/grpc#troubleshooting) section of the Google Assistant Service sample README\n\nSupport\n-------\n\nStill having trouble? See our [Support](/assistant/sdk/support) page."]]