GoogleCloudDialogflowCxV3ToolDataStoreTool class
A DataStoreTool is a way to provide specifications needed to search a list of data stores.
Constructors
-
GoogleCloudDialogflowCxV3ToolDataStoreTool.new({List<
GoogleCloudDialogflowCxV3DataStoreConnection> ? dataStoreConnections, GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt? fallbackPrompt}) - GoogleCloudDialogflowCxV3ToolDataStoreTool.fromJson(Map json_)
Properties
-
dataStoreConnections
↔ List<
GoogleCloudDialogflowCxV3DataStoreConnection> ? -
List of data stores to search.
getter/setter pair
- fallbackPrompt ↔ GoogleCloudDialogflowCxV3ToolDataStoreToolFallbackPrompt?
-
Fallback prompt configurations to use.
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
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