trigger Fulfillment
suspend fun triggerFulfillment(value: Output<CxFlowKnowledgeConnectorSettingsTriggerFulfillmentArgs>)
Parameters
value
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.
suspend fun triggerFulfillment(argument: suspend CxFlowKnowledgeConnectorSettingsTriggerFulfillmentArgsBuilder.() -> Unit)
Parameters
argument
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.