Dialogflow v3 API - Class Tool.Types.DataStoreTool (3.0.0)

public sealed class Tool.Types.DataStoreTool : IMessage<Tool.Types.DataStoreTool>, IEquatable<Tool.Types.DataStoreTool>, IDeepCloneable<Tool.Types.DataStoreTool>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Tool.Types.DataStoreTool

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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