会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
Actions on Google Java/Kotlin クライアント ライブラリ(Dialogflow)を使用してフルフィルメントを構築する
Java/Kotlin でフルフィルメント Webhook を作成する場合は、Actions on Google Java/Kotlin クライアント ライブラリを使用して Actions on Google プラットフォームにアクセスして操作することをおすすめします。
はじめに
Java/Kotlin クライアント ライブラリは Actions on Google のフルフィルメント ライブラリであり、次の機能を提供します。
クライアント ライブラリを使用するための詳細なコードサンプルを見るには、サンプルページをご覧ください。
API リファレンスを見る
API リファレンスは、Actions on Google Java/Kotlin クライアント ライブラリの GitHub ページでホストされています。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["The Actions on Google Java/Kotlin client library is the recommended way to access and interact with the Actions on Google platform when building a fulfillment webhook in Java/Kotlin."],["This library supports all Actions on Google features, provides an idiomatic Java or Kotlin abstraction layer, and handles low-level communication details."],["It can be easily installed using build tools like Gradle and Maven, deployed on various platforms like Google App Engine or AWS Lambda, and requires JDK 8 or higher."],["Developers can use this client library with both Dialogflow integration and Actions SDK for their Action on Google projects."]]],["The Actions on Google Java/Kotlin client library facilitates interaction with the Actions on Google platform for fulfillment webhooks in Java/Kotlin. It supports all Actions on Google features and abstracts the conversation HTTP/JSON webhook API. The library handles communication with the platform, can be installed via Gradle or Maven, and can be deployed on various platforms like Google App Engine and AWS Lambda. It requires JDK 8 or higher and works with Dialogflow or the Actions SDK. Full code samples and the API reference are available online.\n"]]