Stay organized with collections
Save and categorize content based on your preferences.
Intents are normally matched when
an end-user expression matches an intent training phrase.
However, you can also trigger intents using events.
Events can be invoked in many ways.
There are two types of events:
Platform events:
These built-in events are provided by platform
integrations.
They are invoked when platform-specific events occur.
For example, the FACEBOOK_LOCATION event is invoked
by the Facebook integration when an end-user accepts or rejects
a request for the end-user's location.
Custom events:
These are events that you define.
You can invoke these events using either
fulfillment
or
the API.
For example, you might set a timed alert during a conversation,
which invokes an event at a certain time.
This event could trigger an intent that alerts the end-user about something.
Configure an intent for events
Events are identified simply by their name.
Platform-specific events have specific names,
but you can name custom events anything.
To configure an intent so that it is triggered
when certain events are invoked:
To update intent events with the API,
see the Intents type.
Event parameters
When invoked, events may also have parameter data
that you can access in the triggered intent's responses.
For more information, see
Parameter reference for an event parameter.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["Intents can be triggered by events, in addition to matching end-user expressions with training phrases."],["There are two types of events: platform events, which are built-in and provided by platform integrations, and custom events, which are defined by the user."],["Platform events are invoked by platform-specific events, such as the `FACEBOOK_LOCATION` event, while custom events can be invoked using fulfillment or the API."],["Intents can be configured to be triggered when specific events are invoked by adding the event names to the \"Events\" section in the Dialogflow ES console."],["When events are invoked, they may include parameter data that can be accessed within the responses of the triggered intent."]]],[]]