public sealed class Assistant.Types.ToolList : IMessage<Assistant.Types.ToolList>, IEquatable<Assistant.Types.ToolList>, IDeepCloneable<Assistant.Types.ToolList>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class Assistant.Types.ToolList.
The enabled tools on a connector
Implements
IMessageAssistantTypesToolList, IEquatableAssistantTypesToolList, IDeepCloneableAssistantTypesToolList, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
|