Class GoogleCloudNotebooklmV1alphaUserContent
The "Content" messages refer to data the user wants to upload.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaUserContent : IDirectResponseSchema
Properties
AgentspaceContent
Agentspace content uploaded as source.
Declaration
[JsonProperty("agentspaceContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent AgentspaceContent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleDriveContent
The content from Google Drive.
Declaration
[JsonProperty("googleDriveContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent GoogleDriveContent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent |
TextContent
The text content uploaded as source.
Declaration
[JsonProperty("textContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentTextContent TextContent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaUserContentTextContent |
VideoContent
The video content uploaded as source.
Declaration
[JsonProperty("videoContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentVideoContent VideoContent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaUserContentVideoContent |
WebContent
The web content uploaded as source.
Declaration
[JsonProperty("webContent")]
public virtual GoogleCloudNotebooklmV1alphaUserContentWebContent WebContent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaUserContentWebContent |