GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment (google_api_discovery_engine v0.28.0)
View SourceStores 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.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob.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
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment{ attributionType: String.t() | nil, data: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob.t() | nil }