Class GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse
Response message for the AgentService.GetAgentView method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse : IDirectResponseSchema
Properties
AgentView
The data for displaying an Agent.
Declaration
[JsonProperty("agentView")]
public virtual GoogleCloudDiscoveryengineV1alphaAgentView AgentView { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAgentView |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |