interface InteractionCompleteEvent {
    event_id?: string;
    event_type: "interaction.complete";
    interaction: GeminiNextGenAPIClient.Interactions.Interaction;
}

Properties

event_id?: string

The event_id token to be used to resume the interaction stream, from this event.

event_type: "interaction.complete"

The completed interaction with empty outputs to reduce the payload size. Use the preceding ContentDelta events for the actual output.