mediaChunks property

List<Blob> mediaChunks
final

Optional. Inlined bytes data for media input. Multiple media_chunks are not supported, all but the first will be ignored.

DEPRECATED: Use one of audio, video, or text instead.

Implementation

final List<Blob> mediaChunks;