Class GoogleCloudDiscoveryengineV1alphaQueryPart
Represents a part or the whole of a content, used to represent a query. A query can be made up of multiple parts.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaQueryPart : IDirectResponseSchema
Properties
DocumentReference
Other VAIS Document references.
Declaration
[JsonProperty("documentReference")]
public virtual GoogleCloudDiscoveryengineV1alphaQueryPartDocumentReference DocumentReference { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaQueryPartDocumentReference |
DriveDocumentReference
Reference to a Google Drive document.
Declaration
[JsonProperty("driveDocumentReference")]
public virtual GoogleCloudDiscoveryengineV1alphaQueryPartDriveDocumentReference DriveDocumentReference { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaQueryPartDriveDocumentReference |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
Optional. The IANA standard MIME type of the data. See https://www.iana.org/assignments/media-types/media-types.xhtml. This field is optional. If not set, the default assumed MIME type is "text/plain" for the "data" field.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PersonReference
Reference to a person.
Declaration
[JsonProperty("personReference")]
public virtual GoogleCloudDiscoveryengineV1alphaQueryPartPersonReference PersonReference { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaQueryPartPersonReference |
Text
Text content.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UiJsonPayload
This field is expected to be a ui message in JSON format. As of Q1 2026, ui_json_payload is only supported for A2UI messages.
Declaration
[JsonProperty("uiJsonPayload")]
public virtual string UiJsonPayload { get; set; }
Property Value
| Type | Description |
|---|---|
| string |