Class GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment
Stores binarydata attached to text answer, e.g. image, video, audio, etc.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment : IDirectResponseSchema
Properties
AttributionType
Output only. The attribution type of the blob.
Declaration
[JsonProperty("attributionType")]
public virtual string AttributionType { get; set; }
Property Value
Type | Description |
---|---|
string |
Data
Output only. The mime type and data of the blob.
Declaration
[JsonProperty("data")]
public virtual GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob Data { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |