public sealed class Tool.Types.DataStoreTool : IMessage<Tool.Types.DataStoreTool>, IEquatable<Tool.Types.DataStoreTool>, IDeepCloneable<Tool.Types.DataStoreTool>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Tool.Types.DataStoreTool.
A DataStoreTool is a way to provide specifications needed to search a list of data stores.
Implements
IMessageToolTypesDataStoreTool, IEquatableToolTypesDataStoreTool, IDeepCloneableToolTypesDataStoreTool, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
DataStoreTool()
public DataStoreTool()DataStoreTool(DataStoreTool)
public DataStoreTool(Tool.Types.DataStoreTool other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolTypesDataStoreTool |
Properties
DataStoreConnections
public RepeatedField<DataStoreConnection> DataStoreConnections { get; }Required. List of data stores to search.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataStoreConnection |
|
FallbackPrompt
public Tool.Types.DataStoreTool.Types.FallbackPrompt FallbackPrompt { get; set; }Required. Fallback prompt configurations to use.
| Property Value | |
|---|---|
| Type | Description |
ToolTypesDataStoreToolTypesFallbackPrompt |
|