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."],[[["This content outlines the structure and fields of a `FulfillmentResponse`, which is a response message for a webhook call."],["The `FulfillmentResponse` JSON structure includes fields like `fulfillmentResponse`, `pageInfo`, `sessionInfo`, and `payload`, offering different functionalities for responding to the user."],["There's a union field called `transition` which can either contain `targetPage` or `targetFlow`, determining where the system will move next in the conversation."],["The `FulfillmentResponse` object itself contains an array of `messages` and a `mergeBehavior` field, defining how messages are handled and presented to the user."],["Each field in both the response and object can be omitted by the webhook if it does not intend to send any responses or change any status to the user."]]],[]]