Google Assistant SDK 可以和我自己的应用集成吗?

Can Google Assistant SDK be integrated with my own app?

我想知道是否可以将 Google 助手 SDK 集成到我自己的 Android 应用程序中?

我想使用用户的语音记录,以便在应用程序中执行某些操作。

Google 助理:

根据 Google Assistant SDK 指南 page:

The Google Assistant gRPC API gives you full control over the integration with the Assistant by providing a streaming endpoint. Stream a user audio query to this endpoint to receive a Google Assistant audio response.

该指南页面将帮助您在您的应用中集成和使用 google 助手 - 您的用户说出一些内容并收到来自 Google 助手的音频响应.


Api.ai:

如果您想要 actions, you will need to use api.ai - 它允许您为Google Assistant 构建应用程序。