Class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition
Stores the definition of an agent that uses ADK and is deployed to Agent Engine (formerly known as Reasoning Engine).
Implements
Inherited Members
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 |