The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
↳ target_page
string
The target page to transition to. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>.
↳ target_flow
string
The target flow to transition to. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
When the answers from the Knowledge Connector are selected by Dialogflow,
you can utitlize the request scoped parameter $request.knowledge.answers
(contains up to the 5 highest confidence answers) and
$request.knowledge.questions (contains the corresponding questions) to
construct the fulfillment.
When the answers from the Knowledge Connector are selected by Dialogflow,
you can utitlize the request scoped parameter $request.knowledge.answers
(contains up to the 5 highest confidence answers) and
$request.knowledge.questions (contains the corresponding questions) to
construct the fulfillment.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class KnowledgeConnectorSettings (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.KnowledgeConnectorSettings)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.KnowledgeConnectorSettings)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.KnowledgeConnectorSettings)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.KnowledgeConnectorSettings)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.KnowledgeConnectorSettings)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.KnowledgeConnectorSettings)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.KnowledgeConnectorSettings)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.KnowledgeConnectorSettings)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.KnowledgeConnectorSettings) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class KnowledgeConnectorSettings.\n\nThe Knowledge Connector settings for this page or flow.\n\nThis includes information such as the attached Knowledge Bases, and the way\nto execute fulfillment.\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.KnowledgeConnectorSettings`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getEnabled\n\nWhether Knowledge Connector is enabled or not.\n\n### setEnabled\n\nWhether Knowledge Connector is enabled or not.\n\n### getTriggerFulfillment\n\nThe fulfillment to be triggered.\n\nWhen the answers from the Knowledge Connector are selected by Dialogflow,\nyou can utitlize the request scoped parameter `$request.knowledge.answers`\n(contains up to the 5 highest confidence answers) and\n`$request.knowledge.questions` (contains the corresponding questions) to\nconstruct the fulfillment.\n\n### hasTriggerFulfillment\n\n### clearTriggerFulfillment\n\n### setTriggerFulfillment\n\nThe fulfillment to be triggered.\n\nWhen the answers from the Knowledge Connector are selected by Dialogflow,\nyou can utitlize the request scoped parameter `$request.knowledge.answers`\n(contains up to the 5 highest confidence answers) and\n`$request.knowledge.questions` (contains the corresponding questions) to\nconstruct the fulfillment.\n\n### getTargetPage\n\nThe target page to transition to.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e/pages/\u003cPageID\u003e`.\n\n### hasTargetPage\n\n### setTargetPage\n\nThe target page to transition to.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e/pages/\u003cPageID\u003e`.\n\n### getTargetFlow\n\nThe target flow to transition to.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e`.\n\n### hasTargetFlow\n\n### setTargetFlow\n\nThe target flow to transition to.\n\nFormat:\n`projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e/flows/\u003cFlowID\u003e`.\n\n### getDataStoreConnections\n\nOptional. List of related data store connections.\n\n### setDataStoreConnections\n\nOptional. List of related data store connections.\n\n### getTarget"]]