Uses of Record Class
io.github.glaforge.gemini.interactions.model.Content.UrlContextCallArguments
Packages that use Content.UrlContextCallArguments
-
Uses of Content.UrlContextCallArguments in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Content.UrlContextCallArgumentsModifier and TypeMethodDescriptionContent.UrlContextCallContent.arguments()Returns the value of theargumentsrecord component.Events.UrlContextCallDelta.arguments()Returns the value of theargumentsrecord component.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Content.UrlContextCallArgumentsModifierConstructorDescriptionUrlContextCallContent(String type, String id, Content.UrlContextCallArguments arguments) Creates an instance of aUrlContextCallContentrecord class.UrlContextCallDelta(Events.DeltaType type, String id, Content.UrlContextCallArguments arguments) Creates an instance of aUrlContextCallDeltarecord class.