IntentEvent
YAML 表示法 |
intent: string
transitionToScene: string
handler:
object (EventHandler ) |
字段 |
intent |
string
必需。触发事件的 intent。
|
transitionToScene |
string
可选。对话应跳转到的目标场景。当前场景的状态会在转场时被销毁。
|
handler |
object (EventHandler )
可选。匹配 intent 时触发的事件处理脚本。应在过渡到目标场景之前执行。可用于生成提示以响应事件。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["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."]]],[]]