You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-assistant-sdk/googlesamples/assistant/grpc/README.rst
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -71,29 +71,34 @@ Run the samples
71
71
--product-name 'Assistant SDK light' \
72
72
--description 'Assistant SDK light device' \
73
73
--device 'my-device-identifier' \
74
-
--nickname 'My Assistant Light'
74
+
--nickname 'My Assistant Light' \
75
+
--client-type SERVICE
75
76
76
77
*Note: The device model identifier must be globally unique, and device instance identifier must be unique within the Google Developer Project associated with the device.*
77
78
78
79
- Run the push to talk sample. The sample records a voice query after a key press and plays back the Google Assistant's answer::
0 commit comments