interface ContentStart {
    content: GeminiNextGenAPIClient.Interactions.Content;
    event_id?: string;
    event_type: "content.start";
    index: number;
}

Properties

The content of the response.

event_id?: string

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

event_type: "content.start"
index: number