Discovery Engine v1beta API - Class Answer.Types.BlobAttachment (1.0.0-beta24)

public sealed class Answer.Types.BlobAttachment : IMessage<Answer.Types.BlobAttachment>, IEquatable<Answer.Types.BlobAttachment>, IDeepCloneable<Answer.Types.BlobAttachment>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Answer.Types.BlobAttachment

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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