class documentation
class _GeminiInteractionStreamedResponse(BaseModel): (source)
Serializable activity output for a batched streamed interaction call.
events is the verbatim sequence of InteractionSSEEvent objects yielded by the SDK's stream, each serialized via model_dump(exclude_none=True, mode="json"). The workflow-side shim rehydrates each entry with _temporal_interactions._deserialize so workflow code iterates the same typed events it would get from the SDK directly.
| Class Variable | events |
Undocumented |