IntentEvent
ลงทะเบียนเหตุการณ์ที่ทริกเกอร์เนื่องจากการจับคู่ Intent
การแสดง YAML |
intent: string
transitionToScene: string
handler:
object (EventHandler ) |
ช่อง |
intent |
string
ต้องระบุ Intent ที่ทริกเกอร์เหตุการณ์
|
transitionToScene |
string
ไม่บังคับ ฉากปลายทางที่การสนทนาควรข้ามไป สถานะของฉากปัจจุบันจะถูกทำลายเมื่อเปลี่ยน
|
handler |
object (EventHandler )
ไม่บังคับ ตัวแฮนเดิลเหตุการณ์ซึ่งทริกเกอร์เมื่อตรงกับ Intent ควรดำเนินการก่อนเปลี่ยนเป็นโหมดปลายทาง มีประโยชน์ในการสร้างพรอมต์เพื่อตอบกลับเหตุการณ์
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 2024-08-22 UTC"],[[["The YAML representation is used to register events that are triggered when an intent is matched."],["It includes fields like `intent` (required) for the triggering intent, `transitionToScene` (optional) for scene transition, and `handler` (optional) for event handling before scene transition."],["Event handlers can be used to execute actions, such as generating prompts, in response to the triggered intent."]]],[]]