Class FunctionResponseBlob

Raw media bytes for function response.

Text should not be sent as raw bytes, use the FunctionResponse.response field.

Constructors

Properties

Constructors

Properties

data?: string

Required. Inline media bytes.

Encoded as base64 string.

mimeType?: string

Required. The IANA standard MIME type of the source data.