Class Blob (0.3.0)

Blob(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a blob input or output in the conversation.

Attributes

Name Description
mime_type str
Required. The IANA standard MIME type of the source data.
data bytes
Required. Raw bytes of the blob.