Class GoogleCloudDiscoveryengineV1alphaAssistantToolList
The enabled tools on a connector
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistantToolList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolInfo
The list of tools with corresponding tool information.
Declaration
[JsonProperty("toolInfo")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAssistantToolInfo> ToolInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAssistantToolInfo> |