[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["Custom events are user-defined actions that occur outside of direct end-user conversation, such as button clicks or time-based triggers."],["These custom events can be invoked either through fulfillment or via the API's `detectIntent` call, using the `queryInput.event` field."],["When invoking events with fulfillment, the `followupEventInput` field of the `WebhookResponse` is used, allowing for the specification of event names, optional parameters, and the language code."],["Upon receiving a webhook response with a custom event, Dialogflow triggers the corresponding intent, essentially redirecting the conversation flow to a new intent, ignoring any other fields in the response."],["Chaining multiple intents is possible, as a triggered intent can also invoke another event via fulfillment, but this chaining is limited to a maximum of three intent matches, where each webhook response must adhere to timeout restrictions."]]],[]]