Cx Flow Knowledge Connector Settings Args
Constructors
Properties
Optional. List of related data store connections. Structure is documented below.
The target flow to transition to. Format: projects/target
: Only one of targetPage
or targetFlow
may be set.
The target page to transition to. Format: projects/KnowledgeConnectorSettings
). This field is part of a union field target
: Only one of targetPage
or targetFlow
may be set.
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. Structure is documented below.