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

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

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

The enabled tools on a connector

Inheritance

object > Assistant.Types.ToolList

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ToolList()

public ToolList()

ToolList(ToolList)

public ToolList(Assistant.Types.ToolList other)
Parameter
Name Description
other AssistantTypesToolList

Properties

ToolInfo

public RepeatedField<Assistant.Types.ToolInfo> ToolInfo { get; }

The list of tools with corresponding tool information.

Property Value
Type Description
RepeatedFieldAssistantTypesToolInfo