java.lang.Object
com.google.genai.gaos.models.interactions.StepStart
All Implemented Interfaces:
InteractionSSEEvent

public class StepStart extends Object implements InteractionSSEEvent
  • Constructor Details

    • StepStart

      public StepStart(@Nullable String eventId, int index, @Nonnull Step step)
    • StepStart

      public StepStart(int index, @Nonnull Step step)
  • Method Details