Discovery Engine v1beta API - Class Assistant.Types.ToolInfo (1.0.0-beta24)

public sealed class Assistant.Types.ToolInfo : IMessage<Assistant.Types.ToolInfo>, IEquatable<Assistant.Types.ToolInfo>, IDeepCloneable<Assistant.Types.ToolInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Assistant.Types.ToolInfo.

Information to identify a tool.

Inheritance

object > Assistant.Types.ToolInfo

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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