نمونه کد را اجرا کنید
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
در این مرحله، شما آماده هستید تا نمونه را اجرا کنید و یک پرس و جو کنید.
در دستور زیر:
شناسه پروژه Google Cloud Platform را برای پروژه Action Console که ایجاد کردید my-dev-project
جایگزین کنید. برای پیدا کردن شناسه پروژه در کنسول اقدامات ، پروژه را انتخاب کنید، روی نماد چرخ دنده کلیک کنید و تنظیمات پروژه را انتخاب کنید.
نام مدلی که در مرحله قبل ایجاد کردید را جایگزین my-model
کنید.
googlesamples-assistant-pushtotalk --project-id my-dev-project --device-model-id my-model
کلید Enter را فشار دهید و برخی از پرس و جوهای زیر را امتحان کنید:
- من کی هستم؟
- ساعت چند است؟
- آب و هوای سانفرانسیسکو چگونه است؟
اگر «دستیار» پاسخ نداد، دستورالعملهای عیبیابی را دنبال کنید.
برای تغییر زبان Google Assistant یا فعال کردن نتایج شخصی، از برنامه Google Assistant استفاده کنید.
شناسه نمونه دستگاه را پیدا کنید
هنگامی که نمونه را برای اولین بار اجرا می کنید، یک نمونه دستگاه برای دستگاه خاص شما ایجاد می کند. این نمونه دستگاه با مدل دستگاهی که برای اجرای نمونه مشخص کردهاید مرتبط میشود. شما همچنین می توانید نمونه را خودتان با استفاده از ابزار ثبت نام ایجاد کنید.
نمونه هر دو شناسه مدل و نمونه را ذخیره می کند. اگر نمونه را بدون ارائه این آرگومان ها اجرا کنید، به طور پیش فرض از شناسه های ذخیره شده استفاده می کند.
شناسه نمونه دستگاه را در خروجی نمونه پیدا کنید.
INFO:root:Connecting to embeddedassistant.googleapis.com
WARNING:root:Device config not found: [Errno 2] No such file or directory: '/home/pi/.config/googlesamples-assistant/device_config.json'
INFO:root:Registering device
INFO:root:Device registered: 0eea18ae-d17e-11e7-ac7a-b827ebb8010f # Device instance ID
Press Enter to send a new request...
مرحله بعدی
اکنون که دستیار Google روی دستگاه شما کار می کند، زمان آن رسیده است که آن را گسترش دهید. میتوانید در اینجا به برخی از مراحل بعدی احتمالی نگاهی بیندازید یا به ایجاد Device Actions ادامه دهید.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-28 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-28 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eRun the provided command, replacing placeholders with your project and model IDs, to initiate a sample query.\u003c/p\u003e\n"],["\u003cp\u003eTest the setup with example queries like "Who am I?", "What time is it?", or weather-related questions.\u003c/p\u003e\n"],["\u003cp\u003eLocate the device instance ID within the sample's output for future use and potential troubleshooting.\u003c/p\u003e\n"],["\u003cp\u003eRefer to provided resources for troubleshooting, language settings, and next steps in extending device functionality.\u003c/p\u003e\n"]]],["To run the sample, replace placeholders in the provided command with your Google Cloud project ID and model name. Execute the command and try example queries. If no response, consult troubleshooting. The first run generates a unique device instance ID, displayed in the output, and saves it for future use. The command can be run without arguments if the ID was saved. You can change the language or add personal settings through the Google Assistant app. Further steps like extending or adding device actions are possible.\n"],null,["# Run the Sample Code\n\nAt this point, you are ready to run the sample and make a query.\n\nIn the following command:\n\n- Replace \u003cvar translate=\"no\"\u003emy-dev-project\u003c/var\u003e with\n the Google Cloud Platform project ID for the Actions Console project you\n created. To find the project ID in the [Actions Console](https://console.actions.google.com/),\n select the project, click the gear icon, and select **Project settings**.\n\n- Replace \u003cvar translate=\"no\"\u003emy-model\u003c/var\u003e with the name of the model you\n created in the previous [step](/assistant/sdk/guides/service/python/embed/register-device).\n\n```\ngooglesamples-assistant-pushtotalk --project-id my-dev-project --device-model-id my-model\n```\n\nPress the Enter key and try some of the following queries:\n\n- *Who am I?*\n- *What time is it?*\n- *What is the weather in San Francisco?*\n\nIf the Assistant does not respond, follow the [troubleshooting instructions](/assistant/sdk/guides/service/troubleshooting).\n\nTo change the language for the Google Assistant or to enable personal results,\nuse the Google Assistant [app](/assistant/sdk/reference/assistant-app/assistant-settings).\n\nFind the device instance ID\n---------------------------\n\nWhen you run the sample the first time, it will generate a device instance for your\nparticular device. This device instance will be associated with the device model\nthat you specified to run the sample. You can also create the instance yourself\nusing the [registration tool](/assistant/sdk/reference/device-registration/device-tool#register-device).\n\nThe sample saves both model and instance IDs. If you run the sample without providing\nthese as arguments, it will default to using the saved IDs.\n\nFind the device instance ID in the output for the sample. \n\n INFO:root:Connecting to embeddedassistant.googleapis.com\n WARNING:root:Device config not found: [Errno 2] No such file or directory: '/home/pi/.config/googlesamples-assistant/device_config.json'\n INFO:root:Registering device\n INFO:root:Device registered: 0eea18ae-d17e-11e7-ac7a-b827ebb8010f # Device instance ID\n Press Enter to send a new request...\n\nNext step\n---------\n\nNow that you have the Google Assistant working on your device, it is time to\nextend it. You can take a look at some possible next steps [here](/assistant/sdk/guides/service/python/embed/next-steps)\nor continue on to creating [Device Actions](/assistant/sdk/guides/service/python/extend/install-hardware)."]]