Uses of Record Class
io.github.glaforge.gemini.interactions.model.Content.GoogleSearchCallArguments
Packages that use Content.GoogleSearchCallArguments
-
Uses of Content.GoogleSearchCallArguments in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Content.GoogleSearchCallArgumentsModifier and TypeMethodDescriptionContent.GoogleSearchCallContent.arguments()Returns the value of theargumentsrecord component.Events.GoogleSearchCallDelta.arguments()Returns the value of theargumentsrecord component.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Content.GoogleSearchCallArgumentsModifierConstructorDescriptionGoogleSearchCallContent(String type, String id, Content.GoogleSearchCallArguments arguments) Creates an instance of aGoogleSearchCallContentrecord class.GoogleSearchCallDelta(Events.DeltaType type, String id, Content.GoogleSearchCallArguments arguments) Creates an instance of aGoogleSearchCallDeltarecord class.