public sealed class Assistant.Types.ToolInfo : IMessage<Assistant.Types.ToolInfo>, IEquatable<Assistant.Types.ToolInfo>, IDeepCloneable<Assistant.Types.ToolInfo>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class Assistant.Types.ToolInfo.
Information to identify a tool.
Implements
IMessageAssistantTypesToolInfo, IEquatableAssistantTypesToolInfo, IDeepCloneableAssistantTypesToolInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ToolInfo()
public ToolInfo()ToolInfo(ToolInfo)
public ToolInfo(Assistant.Types.ToolInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
AssistantTypesToolInfo |
Properties
ToolDisplayName
public string ToolDisplayName { get; set; }The display name of the tool.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ToolName
public string ToolName { get; set; }The name of the tool as defined by
DataConnectorService.QueryAvailableActions.
Note: it's using action in the DataConnectorService apis, but they are
the same as the tool here.
| Property Value | |
|---|---|
| Type | Description |
string |
|