Class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine
Keeps track of the reasoning engine that the agent is connected to. This message is not intended to keep track of agent's lifecycle. Instead it is only used to define parameters to connect to the agent that is already deployed to a reasoning engine.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReasoningEngine
Required. The reasoning engine that the agent is connected to. Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
Declaration
[JsonProperty("reasoningEngine")]
public virtual string ReasoningEngine { get; set; }
Property Value
| Type | Description |
|---|---|
| string |