Uses of Record Class
io.github.glaforge.gemini.interactions.model.Interaction
Packages that use Interaction
Package
Description
-
Uses of Interaction in io.github.glaforge.gemini.interactions
Methods in io.github.glaforge.gemini.interactions that return InteractionModifier and TypeMethodDescriptionCancels an interaction by ID.GeminiInteractionsClient.create(InteractionParams.Request request) Creates a new interaction.Retrieves an interaction by ID.Retrieves an interaction by ID, optionally including the original input. -
Uses of Interaction in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return InteractionModifier and TypeMethodDescriptionEvents.InteractionEvent.interaction()Returns the value of theinteractionrecord component.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type InteractionModifierConstructorDescriptionInteractionEvent(Events.EventType eventType, String eventId, Interaction interaction) Creates an instance of aInteractionEventrecord class. -
Uses of Interaction in io.github.glaforge.gemini.interactions.server
Methods in io.github.glaforge.gemini.interactions.server that return InteractionModifier and TypeMethodDescriptionabstract InteractionCancels an interaction by ID.abstract InteractionInteractionsHandler.create(InteractionParams.Request request) Creates a new interaction.abstract InteractionRetrieves an interaction by ID.