Uses of Enum Class
io.github.glaforge.gemini.interactions.model.Interaction.Status
Packages that use Interaction.Status
-
Uses of Interaction.Status in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Interaction.StatusModifier and TypeMethodDescriptionInteraction.status()Returns the value of thestatusrecord component.static Interaction.StatusReturns the enum constant of this class with the specified name.static Interaction.Status[]Interaction.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Interaction.StatusModifierConstructorDescriptionInteraction(String id, String model, String agent, String object, Instant created, Instant updated, Interaction.Role role, Interaction.Status status, List<Content> outputs, Interaction.Usage usage, String previousInteractionId) Creates an instance of aInteractionrecord class.