Class ErrorEvent
java.lang.Object
com.google.genai.gaos.models.interactions.ErrorEvent
- All Implemented Interfaces:
InteractionSSEEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorEvent.Builderbuilder()booleanerror()Error message from an interaction.eventId()The event_id token to be used to resume the interaction stream, from this event.inthashCode()toString()Error message from an interaction.withEventId(String eventId) The event_id token to be used to resume the interaction stream, from this event.
-
Constructor Details
-
ErrorEvent
-
ErrorEvent
public ErrorEvent()
-
-
Method Details
-
error
Error message from an interaction. -
eventId
The event_id token to be used to resume the interaction stream, from this event. -
eventType
- Specified by:
eventTypein interfaceInteractionSSEEvent
-
builder
-
withError
Error message from an interaction. -
withEventId
The event_id token to be used to resume the interaction stream, from this event. -
equals
-
hashCode
public int hashCode() -
toString
-