Embed The Google Assistant In A Windows Computer - Device Instance Id Not Generated While Running The Sample Code
I am trying to get Google Assistant installed on a Windows computer, following the instructions from Set Up Hardware and Network Access (Google Assistant SDK). I have been able to
Solution 1:
Navigate to the folder you downloaded the client secrets JSON file to, and paste in the following code:
googlesamples-assistant-devicetool --project-id PROJECT_ID register-model --model 'my-model-identifier' --type LIGHT --trait action.devices.traits.OnOff --manufacturer 'Assistant SDK developer' --product-name 'Assistant SDK light' --description 'Assistant SDK light device'NB: Replace all details with the correct corresponding details.
Post a Comment for "Embed The Google Assistant In A Windows Computer - Device Instance Id Not Generated While Running The Sample Code"