Class GoogleCloudDiscoveryengineV1alphaImportAgentFileResponse
Response for the AgentService.ImportAgentFile method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaImportAgentFileResponse : IDirectResponseSchema
Properties
AgentFile
The imported AgentFile.
Declaration
[JsonProperty("agentFile")]
public virtual GoogleCloudDiscoveryengineV1alphaAgentFile AgentFile { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAgentFile |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |