[[["易于理解","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-08-18。"],[[["\u003cp\u003eHybrid agents combine precise conversation controls with data store handler generative features.\u003c/p\u003e\n"],["\u003cp\u003eData store handlers are recommended for questions answerable by documents/websites or FAQs not needing database lookups.\u003c/p\u003e\n"],["\u003cp\u003eData store handlers are not ideal for content lacking answers, questions needing database lookups, data redaction, or deterministic responses.\u003c/p\u003e\n"],["\u003cp\u003eIn hybrid agents, input is evaluated first through parameter input, then intent matches, and finally, data store handlers with FAQ or unstructured data content.\u003c/p\u003e\n"]]],[],null,["# Data store hybrid agents\n\nIf you have an existing Conversational Agents (Dialogflow CX) agent,\nyou can upgrade this agent to a *hybrid agent*,\nwhich combines the power of precise conversation controls\n(flows, parameters, intents, conditions, transitions, and so on)\nwith data store handler generative features.\n\nAs part of this upgrade,\nyou may wish to delete or temporarily disable intent routes\n(while testing data store handlers)\nfor certain conversation scenarios from your agent,\nbecause the data store handlers can handle those scenarios more simply.\n\nRecommended scenarios\n---------------------\n\nThe following scenarios are recommended for data store handlers:\n\n- Questions that can be answered by your organization's documents or website.\n- FAQs that do not require database lookups.\n\nThe following scenarios are not recommended for data store handlers:\n\n- Content that does not have answers to desired questions.\n- Questions that require database lookups or server requests.\n- Scenarios that require data redaction.\n- Scenarios that require deterministic agent responses.\n\nInput evaluation order\n----------------------\n\nConversational Agents (Dialogflow CX) evaluates end-user input in the following order\nfor hybrid agents:\n\n1. Parameter input while form filling.\n2. Intent matches for [routes in scope](/dialogflow/cx/docs/concept/handler#route).\n3. Data store handler with FAQ data store content.\n4. Data store handler with unstructured data store content."]]