Class StepStart
java.lang.Object
com.google.genai.gaos.models.interactions.StepStart
- All Implemented Interfaces:
InteractionSSEEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StepStart.Builderbuilder()booleaneventId()The event_id token to be used to resume the interaction stream, from this event.inthashCode()index()step()A step in the interaction.toString()withEventId(String eventId) The event_id token to be used to resume the interaction stream, from this event.withIndex(int index) A step in the interaction.
-
Constructor Details
-
StepStart
-
StepStart
-
-
Method Details
-
eventId
The event_id token to be used to resume the interaction stream, from this event. -
eventType
- Specified by:
eventTypein interfaceInteractionSSEEvent
-
index
-
step
A step in the interaction. -
builder
-
withEventId
The event_id token to be used to resume the interaction stream, from this event. -
withIndex
-
withStep
A step in the interaction. -
equals
-
hashCode
public int hashCode() -
toString
-