Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1AssistantToolInfo

Information to identify a tool.

Inheritance
object
GoogleCloudDiscoveryengineV1AssistantToolInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistantToolInfo : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX