A transition route specifies a intent that can be matched and/or a
data condition that can be evaluated during a session. When a specified
transition is matched, the following actions are taken in order:
If there is a
trigger_fulfillment associated with
the transition, it will be called.
If there is a target_page associated
with the transition, the session will transition into the specified page.
If there is a target_flow associated
with the transition, the session will transition into the specified flow.
Protobuf type google.cloud.dialogflow.cx.v3beta1.TransitionRoute
The condition to evaluate against form parameters or
session parameters.
See the conditions
reference.
At least one of intent or condition must be specified. When both
intent and condition are specified, the transition can only happen
when both are fulfilled.
The condition to evaluate against form parameters or
session parameters.
See the conditions
reference.
At least one of intent or condition must be specified. When both
intent and condition are specified, the transition can only happen
when both are fulfilled.
The unique identifier of an Intent.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>.
Indicates that the transition can only happen when the given intent is
matched.
At least one of intent or condition must be specified. When both
intent and condition are specified, the transition can only happen
when both are fulfilled.
The unique identifier of an Intent.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>.
Indicates that the transition can only happen when the given intent is
matched.
At least one of intent or condition must be specified. When both
intent and condition are specified, the transition can only happen
when both are fulfilled.
The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment and target must be specified. When both are
defined, trigger_fulfillment is executed first.
The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment and target must be specified. When both are
defined, trigger_fulfillment is executed first.
The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment and target must be specified. When both are
defined, trigger_fulfillment is executed first.
[[["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-01-27 UTC."],[],[]]