Uses of Record Class
io.github.glaforge.gemini.interactions.model.Content.GoogleSearchResult
Packages that use Content.GoogleSearchResult
-
Uses of Content.GoogleSearchResult in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return types with arguments of type Content.GoogleSearchResultModifier and TypeMethodDescriptionContent.GoogleSearchResultContent.result()Returns the value of theresultrecord component.Events.GoogleSearchResultDelta.result()Returns the value of theresultrecord component.Constructor parameters in io.github.glaforge.gemini.interactions.model with type arguments of type Content.GoogleSearchResultModifierConstructorDescriptionGoogleSearchResultContent(String type, String callId, String signature, List<Content.GoogleSearchResult> result, Boolean isError) Creates an instance of aGoogleSearchResultContentrecord class.GoogleSearchResultDelta(Events.DeltaType type, String callId, String signature, List<Content.GoogleSearchResult> result, Boolean isError) Creates an instance of aGoogleSearchResultDeltarecord class.