Class GoogleCloudDiscoveryengineV1betaAssistantToolInfo
Information to identify a tool.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAssistantToolInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolDisplayName
The display name of the tool.
Declaration
[JsonProperty("toolDisplayName")]
public virtual string ToolDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToolName
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.
Declaration
[JsonProperty("toolName")]
public virtual string ToolName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |