public sealed class Answer.Types.BlobAttachment : IMessage<Answer.Types.BlobAttachment>, IEquatable<Answer.Types.BlobAttachment>, IDeepCloneable<Answer.Types.BlobAttachment>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class Answer.Types.BlobAttachment.
Stores binarydata attached to text answer, e.g. image, video, audio, etc.
Implements
IMessageAnswerTypesBlobAttachment, IEquatableAnswerTypesBlobAttachment, IDeepCloneableAnswerTypesBlobAttachment, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
BlobAttachment()
public BlobAttachment()BlobAttachment(BlobAttachment)
public BlobAttachment(Answer.Types.BlobAttachment other)| Parameter | |
|---|---|
| Name | Description |
other |
AnswerTypesBlobAttachment |
Properties
AttributionType
public Answer.Types.BlobAttachment.Types.AttributionType AttributionType { get; set; }Output only. The attribution type of the blob.
| Property Value | |
|---|---|
| Type | Description |
AnswerTypesBlobAttachmentTypesAttributionType |
|
Data
public Answer.Types.BlobAttachment.Types.Blob Data { get; set; }Output only. The mime type and data of the blob.
| Property Value | |
|---|---|
| Type | Description |
AnswerTypesBlobAttachmentTypesBlob |
|