AI-generated Key Takeaways
- 
          The Google Assistant API requires the service name embeddedassistant.googleapis.comfor creating RPC client stubs.
- 
          The DevicesPlatformServiceprovides methods for managing devices and device models, including creation, deletion, retrieval, listing, and updating.
- 
          The EmbeddedAssistantservice, available in v1alpha1 and v1alpha2, allows initiating or continuing conversations with the embedded assistant.
Google Assistant API
Service: embeddedassistant.googleapis.com
The Service name embeddedassistant.googleapis.com is needed to create RPC client stubs.
google.assistant.devices.v1alpha2.DevicesPlatformService
        | Methods | |
|---|---|
|  | Register one device, return the device if succeed or error if the device already exists or failed. | 
|  | Create a 3p device model. | 
|  | Deletes a specific device user owns. | 
|  | Delete a 3p device model. | 
|  | Get setting info of a specific device user owns, return the device if succeeded or error if failed. | 
|  | Given a device model id, return a device model. | 
|  | List device models for the project ID associated with this REST API call. | 
|  | Get list of devices user owns belonging to the given project_id in oauth token. | 
|  | Updates a device model, returns the new version of the model. | 
google.assistant.embedded.v1alpha1.EmbeddedAssistant
        | Methods | |
|---|---|
|  | Initiates or continues a conversation with the embedded assistant service. | 
google.assistant.embedded.v1alpha2.EmbeddedAssistant
        | Methods | |
|---|---|
|  | Initiates or continues a conversation with the embedded Assistant Service. | 
