Class ErrorEvent.Builder

java.lang.Object
com.google.genai.gaos.models.interactions.ErrorEvent.Builder
Enclosing class:
ErrorEvent

public static final class ErrorEvent.Builder extends Object
  • Method Details

    • error

      public ErrorEvent.Builder error(@Nullable Error error)
      Error message from an interaction.
    • eventId

      public ErrorEvent.Builder eventId(@Nullable String eventId)
      The event_id token to be used to resume the interaction stream, from this event.
    • build

      public ErrorEvent build()