GoogleCloudDialogflowCxV3KnowledgeConnectorSettings class
The Knowledge Connector settings for this page or flow.
This includes information such as the attached Knowledge Bases, and the way to execute fulfillment.
Constructors
- 
          GoogleCloudDialogflowCxV3KnowledgeConnectorSettings({List<
GoogleCloudDialogflowCxV3DataStoreConnection> ? dataStoreConnections, bool? enabled, String? targetFlow, String? targetPage, GoogleCloudDialogflowCxV3Fulfillment? triggerFulfillment}) - GoogleCloudDialogflowCxV3KnowledgeConnectorSettings.fromJson(Map json_)
 
Properties
- 
  dataStoreConnections
  ↔ List<
GoogleCloudDialogflowCxV3DataStoreConnection> ? - 
  List of related data store connections.
  getter/setter pair
 - enabled ↔ bool?
 - 
  Whether Knowledge Connector is enabled or not.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - targetFlow ↔ String?
 - 
  The target flow to transition to.
  getter/setter pair
 - targetPage ↔ String?
 - 
  The target page to transition to.
  getter/setter pair
 - triggerFulfillment ↔ GoogleCloudDialogflowCxV3Fulfillment?
 - 
  The fulfillment to be triggered.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited