Class GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent
Agentspace content uploaded as source.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent : IDirectResponseSchema
Properties
DocumentName
Optional. The full resource name of the Agentspace document. Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document_id}.
Declaration
[JsonProperty("documentName")]
public virtual string DocumentName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EngineName
Optional. Engine to verify the permission of the document. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}.
Declaration
[JsonProperty("engineName")]
public virtual string EngineName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IdeaforgeIdeaName
Optional. Resource name of the idea forge instance. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/ideaForgeInstances/{instance}
Declaration
[JsonProperty("ideaforgeIdeaName")]
public virtual string IdeaforgeIdeaName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |