triggerFulfillment property

GoogleCloudDialogflowCxV3Fulfillment? triggerFulfillment
getter/setter pair

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.

Implementation

GoogleCloudDialogflowCxV3Fulfillment? triggerFulfillment;