Class InteractionCompletedEvent.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.InteractionCompletedEvent.Builder
- Enclosing class:
- InteractionCompletedEvent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The event_id token to be used to resume the interaction stream, from this event.interaction(InteractionSseEventInteraction interaction) Partial interaction resource emitted by interaction lifecycle SSE events.
-
Method Details
-
eventId
The event_id token to be used to resume the interaction stream, from this event. -
interaction
public InteractionCompletedEvent.Builder interaction(@Nonnull InteractionSseEventInteraction interaction) Partial interaction resource emitted by interaction lifecycle SSE events. Streaming lifecycle payloads may omit fields that are only available on full non-streaming Interaction responses. -
build
-