Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
{"fulfillmentResponse": {object (FulfillmentResponse)},"pageInfo": {object (PageInfo)},"sessionInfo": {object (SessionInfo)},"payload": {object},// Union field transition can be only one of the following:"targetPage": string,"targetFlow": string// End of list of possible types for union field transition.}
Union field transition. The target to transition to. This can be set optionally to indicate an immediate transition to a different page in the same host flow, or a different flow in the same agent. transition can be only one of the following:
targetPage
string
The target page to transition to. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>.
targetFlow
string
The target flow to transition to. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
[[["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-03-05 UTC."],[[["The provided content outlines the structure and fields of a `FulfillmentResponse` and the broader response message for a webhook call."],["The webhook response can include a `fulfillmentResponse` object, which allows the sending of rich message responses to the user."],["The webhook response contains objects for `pageInfo` and `sessionInfo`, which are optional and allow for modifications to page and session status."],["The webhook response includes a `payload` field, enabling the inclusion of custom data."],["The webhook response uses a union field `transition`, which can be used to specify either a `targetPage` or a `targetFlow` for immediate navigation."]]],[]]