GoogleCloudDialogflowCxV3KnowledgeConnectorSettings constructor
GoogleCloudDialogflowCxV3KnowledgeConnectorSettings({
- List<
GoogleCloudDialogflowCxV3DataStoreConnection> ? dataStoreConnections, - bool? enabled,
- String? targetFlow,
- String? targetPage,
- GoogleCloudDialogflowCxV3Fulfillment? triggerFulfillment,
Implementation
GoogleCloudDialogflowCxV3KnowledgeConnectorSettings({
this.dataStoreConnections,
this.enabled,
this.targetFlow,
this.targetPage,
this.triggerFulfillment,
});