Uses of Record Class
io.github.glaforge.gemini.interactions.model.Content.UrlContextResult
Packages that use Content.UrlContextResult
-
Uses of Content.UrlContextResult in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return types with arguments of type Content.UrlContextResultModifier and TypeMethodDescriptionContent.UrlContextResultContent.result()Returns the value of theresultrecord component.Events.UrlContextResultDelta.result()Returns the value of theresultrecord component.Constructor parameters in io.github.glaforge.gemini.interactions.model with type arguments of type Content.UrlContextResultModifierConstructorDescriptionUrlContextResultContent(String type, String callId, String signature, List<Content.UrlContextResult> result, Boolean isError) Creates an instance of aUrlContextResultContentrecord class.UrlContextResultDelta(Events.DeltaType type, String callId, String signature, List<Content.UrlContextResult> result, Boolean isError) Creates an instance of aUrlContextResultDeltarecord class.