Conversational Actions were deprecated on June 13, 2023. For more information, see Conversational Actions sunset.

Google Assistant API

  • The Google Assistant API requires the service name embeddedassistant.googleapis.com for creating RPC client stubs.

  • The DevicesPlatformService provides methods for managing devices and device models, including creation, deletion, retrieval, listing, and updating.

  • The EmbeddedAssistant service, 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
CreateDevice Register one device, return the device if succeed or error if the device already exists or failed.
CreateDeviceModel Create a 3p device model.
DeleteDevice Deletes a specific device user owns.
DeleteDeviceModel Delete a 3p device model.
GetDevice Get setting info of a specific device user owns, return the device if succeeded or error if failed.
GetDeviceModel Given a device model id, return a device model.
ListDeviceModels List device models for the project ID associated with this REST API call.
ListDevices Get list of devices user owns belonging to the given project_id in oauth token.
UpdateDeviceModel Updates a device model, returns the new version of the model.

google.assistant.embedded.v1alpha1.EmbeddedAssistant

Methods
Converse Initiates or continues a conversation with the embedded assistant service.

google.assistant.embedded.v1alpha2.EmbeddedAssistant

Methods
Assist Initiates or continues a conversation with the embedded Assistant Service.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024年09月18日 UTC.