สร้าง Fulfillment ด้วยไลบรารีของไคลเอ็นต์ Actions on Google Java/Kotlin (Dialogflow)
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ไลบรารีไคลเอ็นต์ Actions on Google Java/Kotlin เป็นวิธีที่แนะนำสำหรับการเข้าถึงและโต้ตอบกับแพลตฟอร์ม Actions on Google หากคุณกำลังสร้างเว็บฮุค Fulfillment ใน Java/Kotlin
เกริ่นนำ
ไลบรารีไคลเอ็นต์ Java/Kotlin
คือไลบรารี Fulfillment สำหรับ Actions on Google ที่มีฟีเจอร์ต่อไปนี้
- รองรับฟีเจอร์ Actions on Google ทั้งหมด รวมถึงการตอบกลับแบบข้อความและมัลติมีเดีย การลงชื่อเข้าใช้บัญชี พื้นที่เก็บข้อมูล ธุรกรรม และอื่นๆ
- มีชั้น Abstraction ที่มีสำนวนเหมือนใน Java หรือ Kotlin ที่รวม API เว็บฮุค HTTP/JSON สำหรับการสนทนา
- จัดการรายละเอียดระดับต่ำของการสื่อสารระหว่างการดำเนินการของคุณและแพลตฟอร์ม Actions on Google
- ติดตั้งได้โดยใช้ Gradle และ Maven ดูวิธีการตั้งค่าได้ใน README
- ช่วยให้คุณทำให้เว็บฮุคสำหรับดำเนินการตามคำสั่งซื้อใช้งานได้ในแพลตฟอร์มอย่างเช่น Google App Engine หรือ AWS Lambda
นอกจากนี้ คุณยังโฮสต์เว็บฮุค Fulfillment ของผู้ให้บริการระบบคลาวด์หรือในสภาพแวดล้อมที่โฮสต์เองและจัดการเองได้ด้วย
- ต้องใช้ JDK 8 ขึ้นไป
- คุณสามารถใช้ไลบรารีของไคลเอ็นต์ร่วมกับการผสานรวม Dialogflow สำหรับ Actions on Google หรือกับ Actions SDK ได้
หากต้องการดูตัวอย่างโค้ดแบบเต็มสำหรับการใช้ไลบรารีของไคลเอ็นต์ โปรดไปที่หน้าตัวอย่าง
ดูเอกสารอ้างอิง API
เอกสารอ้างอิง API จะโฮสต์ไว้ในหน้า GitHub สำหรับไลบรารีไคลเอ็นต์ของ Actions on Google Java/Kotlin
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eThis library supports all Actions on Google features, provides an idiomatic Java or Kotlin abstraction layer, and handles low-level communication details.\u003c/p\u003e\n"],["\u003cp\u003eIt 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.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this client library with both Dialogflow integration and Actions SDK for their Action on Google projects.\u003c/p\u003e\n"]]],["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"],null,["# Build fulfillment with the Actions on Google Java/Kotlin client library (Dialogflow)\n\nThe [Actions on Google Java/Kotlin client library](//github.com/actions-on-google/actions-on-google-java)\nis the recommended way for accessing and interacting with the Actions on Google\nplatform if you are creating a fulfillment webhook in Java/Kotlin.\n\nIntroduction\n------------\n\nThe [Java/Kotlin client library](//github.com/actions-on-google/actions-on-google-java)\nis a fulfillment library for Actions on Google that provides these features:\n\n- Supports all [Actions on Google](/assistant/actions) features, including text and rich multimedia responses, account sign-in, data storage, transactions, and more.\n- Provides an idiomatic layer of abstraction in Java or Kotlin that wraps the [conversation HTTP/JSON webhook API](/assistant/df-asdk/reference/webhooks).\n- Handles the low-level details of communication between your fulfillment and the Actions on Google platform.\n- Can be installed using Gradle and Maven. You can find the setup instructions in the [README](//github.com/actions-on-google/actions-on-google-java/blob/master/README.md).\n- Lets you easily deploy your fulfillment webhook on platforms such as [Google App Engine](//cloud.google.com/appengine/) or [AWS Lambda](//aws.amazon.com/lambda/). You can also host your fulfillment webhook on a cloud service provider or on a self-hosted and self-managed environment.\n- Requires JDK 8 or higher.\n- You can use the client library in conjunction with the [Dialogflow integration for Actions on Google](//dialogflow.com/docs/integrations/google-assistant) or with the [Actions SDK](/assistant/df-asdk/actions-sdk).\n\nTo see full code samples for using the client library, you can visit the\n[samples page](/assistant/df-asdk/samples/github).\n\nView the API reference\n----------------------\n\nThe API reference is hosted on the\n[Actions on Google Java/Kotlin client library GitHub page](//actions-on-google.github.io/actions-on-google-java/)."]]