GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment (google_api_discovery_engine v0.28.0)

View Source

Stores binarydata attached to text answer, e.g. image, video, audio, etc.

Attributes

  • attributionType (type: String.t, default: nil) - Output only. The attribution type of the blob.
  • data (type: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob.t, default: nil) - Output only. The mime type and data of the blob.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment{
    attributionType: String.t() | nil,
    data:
      GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob.t()
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.