Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition

Stores the definition of an agent that uses ADK and is deployed to Agent Engine (formerly known as Reasoning Engine).

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition
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 GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProvisionedReasoningEngine

Optional. The reasoning engine that the agent is connected to.

Declaration
[JsonProperty("provisionedReasoningEngine")]
public virtual GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine ProvisionedReasoningEngine { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX