GoogleCloudDialogflowCxV3KnowledgeConnectorSettings constructor

GoogleCloudDialogflowCxV3KnowledgeConnectorSettings({
  1. List<GoogleCloudDialogflowCxV3DataStoreConnection>? dataStoreConnections,
  2. bool? enabled,
  3. String? targetFlow,
  4. String? targetPage,
  5. GoogleCloudDialogflowCxV3Fulfillment? triggerFulfillment,
})

Implementation

GoogleCloudDialogflowCxV3KnowledgeConnectorSettings({
  this.dataStoreConnections,
  this.enabled,
  this.targetFlow,
  this.targetPage,
  this.triggerFulfillment,
});