Actions API

适用于 Actions API 的 RESTful 服务。

服务:actions.googleapis.com

要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用程序需要使用自己的库来调用此服务,请在发出 API 请求时使用以下信息。

发现文档

发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:

服务端点

服务端点是指定 API 服务的网络地址的基本网址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:

  • https://actions.googleapis.com

REST 资源:v2

方法
decryptSecret POST /v2:decryptSecret
解密帐号关联流程中使用的 OAuth 客户端密钥。
encryptSecret POST /v2:encryptSecret
加密帐号关联流程中使用的 OAuth 客户端密钥。
setWebAndAppActivityControl POST /v2:setWebAndAppActivityControl
设置服务帐号的“网络与应用活动记录”控件。

REST 资源:v2.projects

方法
matchIntents POST /v2/{project=projects/*}:matchIntents
查找与给定查询匹配的 intent。
sendInteraction POST /v2/{project=projects/*}:sendInteraction
播放一轮对话。

REST 资源:v2.projects.draft

方法
read POST /v2/{name=projects/*/draft}:read
阅读项目草稿的全部内容。
write POST /v2/{parent=projects/*}/draft:write
根据模型更新项目草稿。

REST 资源:v2.projects.preview

方法
write POST /v2/{parent=projects/*}/preview:write
根据模型更新用户的项目预览。

REST 资源:v2.projects.releaseChannels

方法
list GET /v2/{parent=projects/*}/releaseChannels
列出所有发布版本和对应的版本(如果有)。

REST 资源:v2.projects.versions

方法
create POST /v2/{parent=projects/*}/versions:create
根据模型创建项目版本,并触发到指定发布渠道的部署(如果指定)。
list GET /v2/{parent=projects/*}/versions
列出所有版本及其当前状态。
read POST /v2/{name=projects/*/versions/*}:read
读取项目版本的全部内容。

REST 资源:v2.sampleProjects

方法
list GET /v2/sampleProjects
列出 gactions CLI 支持的所有示例项目。